[llvm] [InstCombine] Simplify `icmp pred (sdiv exact X, C), (sdiv exact Y, C)` into `icmp pred X, Y` when C is positive (PR #76409)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 26 14:06:22 PST 2023
https://github.com/dtcxzyw closed https://github.com/llvm/llvm-project/pull/76409
More information about the llvm-commits
mailing list