llvm-project
53ec484e
- [SelectionDAG] Add CTLS to FoldConstantArithmetic and optimize i1 CTLS to 0. (#178552)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
98 days ago
[SelectionDAG] Add CTLS to FoldConstantArithmetic and optimize i1 CTLS to 0. (#178552) Since we don't have a CTLS intrinsic, it likely gets constant folded while it is still a CTLZ pattern so I'm using a unittest to test it.
References
#178552 - [SelectionDAG] Add CTLS to FoldConstantArithmetic and optimize i1 CTLS to 0.
Author
topperc
Parents
1a384ffc
Loading