[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
Wed Jan 31 07:56:20 PST 2024
https://github.com/elhewaty edited https://github.com/llvm/llvm-project/pull/69961
More information about the llvm-commits
mailing list