[llvm] [InstCombine] Fold (X / C) < X and (X >> C) < X into X > 0 (PR #85555)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 12:31:02 PDT 2024


Poseydon42 wrote:

> I'd say just handle the splat vector case for now. If #85676 gets in before this, you could use that API.
Done, should be passing tests now.


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


More information about the llvm-commits mailing list