llvm-project
e48fe762 - [InstCombine] Remove foldSelectWithFrozenICmp() fold (#161659)

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.
Author
Parents
Loading