[llvm] [InstCombine] Bail out on inner disjoint or in `foldSelectICmpEq` (PR #121635)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 4 12:55:18 PST 2025


goldsteinn wrote:

> Are you sure? Just looking at the tests, everything that folds seems to involve a `%c` value and the `== 0` tests are marked as TODOs.

err you're right, I was scanning for constants (although see now that code was dead!).

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


More information about the llvm-commits mailing list