[llvm] [IndVarSimplify][NFC] Add precommit test for umax subset ule folding (PR #213295)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 3 04:02:27 PDT 2026
https://github.com/antoniofrighetto commented:
Maybe I'm missing something here, but isn't umax(a, b) <= umax(a, b, c) always true already handled by InstCombine?
https://github.com/llvm/llvm-project/pull/213295
More information about the llvm-commits
mailing list