llvm-project
e48fe762
- [InstCombine] Remove foldSelectWithFrozenICmp() fold (#161659)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
318 days ago
[InstCombine] Remove foldSelectWithFrozenICmp() fold (#161659) After https://github.com/llvm/llvm-project/pull/154336 this fold no longer triggers, as the freeze will be pushed through to the icmp operands, and generic handling will take care of it.
References
#161659 - [InstCombine] Remove foldSelectWithFrozenICmp() fold
Author
nikic
Parents
1c1d525b
Loading