llvm-project
7647f478
- [X86] isShuffleFoldableLoad - only check that the SDValue has one use (#126900)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
229 days ago
[X86] isShuffleFoldableLoad - only check that the SDValue has one use (#126900) We don't need the entire load node to have oneuse, just the loaded value - prevents load chains from interfering with shuffle commutation
References
#126900 - [X86] isShuffleFoldableLoad - only check that the SDValue has one use
Author
RKSimon
Parents
b101c35b
Loading