[llvm] [InstCombine] Fold A pred C ? (A >> BW - 1) : 1 --> ZExt(A pred C ? A < 0 : 1) (PR #69961)

via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 3 13:46:50 PST 2024


elhewaty wrote:

@nikic, @dtcxzyw ping

https://github.com/llvm/llvm-project/pull/69961


More information about the llvm-commits mailing list