[PATCH] D143726: [LoopInstSimplify] Simplify (X < A && X < B) into (X < MIN(A, B)) if MIN(A, B) is loop-invariant

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 04:43:20 PST 2023


mkazantsev updated this revision to Diff 496431.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143726/new/

https://reviews.llvm.org/D143726

Files:
  llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
  llvm/test/Transforms/LoopInstSimplify/loop_invariant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143726.496431.patch
Type: text/x-patch
Size: 22892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/610d4d0f/attachment.bin>


More information about the llvm-commits mailing list