[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
Mon Feb 12 09:58:33 PST 2024


elhewaty wrote:

@dtcxzyw, @XChy , @nikic ping.

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


More information about the llvm-commits mailing list