llvm-project
f9729859
- [X86] combineGatherScatter - use FoldConstantArithmetic for truncation of constant build vectors (#136033)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
203 days ago
[X86] combineGatherScatter - use FoldConstantArithmetic for truncation of constant build vectors (#136033) No need to explicitly check with BuildVectorSDNode::isConstant - FoldConstantArithmetic can handle this, including through bitcasts etc.
References
#136033 - [X86] combineGatherScatter - use FoldConstantArithmetic for truncation of constant build vectors
Author
RKSimon
Parents
3133c956
Loading