[llvm] [X86] LowerSelect - generalize "select icmp(x,0), lhs, rhs" folding patterns. (PR #107272)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 10:50:26 PDT 2024
tschuett wrote:
https://github.com/llvm/llvm-project/pull/105991
It tries so simplify an icmp x, 0, which is the condition of your select.
https://github.com/llvm/llvm-project/pull/107272
More information about the llvm-commits
mailing list