[llvm] [InstCombine] Fold selection between less than zero and one (PR #69961)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 05:03:00 PDT 2023
XChy wrote:
> > return SelectInst::Create(Cond, LArm, RArm);
And a ZExt instruction should be emitted here, surrounding the whole select.
https://github.com/llvm/llvm-project/pull/69961
More information about the llvm-commits
mailing list