[PATCH] D145929: [LSR] Fold terminating condition not only for eq and ne
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 05:00:27 PDT 2023
nikic added a comment.
In D145929#4195801 <https://reviews.llvm.org/D145929#4195801>, @MarkGoncharovAl wrote:
> 2. Tests are formatted accroding to clang-format and passed.
For tests, the relevant script is `llvm/utils/update_test_checks.py`. You can run it as `llvm/utils/update_test_checks.py --opt-bin build/bin/opt llvm/test/Transforms/LoopStrengthReduce/lsr-term-fold.ll`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145929/new/
https://reviews.llvm.org/D145929
More information about the llvm-commits
mailing list