[all-commits] [llvm/llvm-project] 483e92: [NFC] Extract LoopConstrainer from IRCE to reuse i...
Aleksandr Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 31 10:17:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 483e92468e597b73c646182bd755a0d5ef67d327
https://github.com/llvm/llvm-project/commit/483e92468e597b73c646182bd755a0d5ef67d327
Author: Aleksandr Popov <42888396+aleks-tmb at users.noreply.github.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
A llvm/include/llvm/Transforms/Utils/LoopConstrainer.h
M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
A llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/test/Transforms/IRCE/add-metadata-pre-post-loops.ll
M llvm/test/Transforms/IRCE/conjunctive-checks.ll
M llvm/test/Transforms/IRCE/correct-loop-info.ll
M llvm/test/Transforms/IRCE/iv-plus-offset-range-check.ll
M llvm/test/Transforms/IRCE/multiple-access-no-preloop.ll
M llvm/test/Transforms/IRCE/non-loop-invariant-rhs-instr.ll
M llvm/test/Transforms/IRCE/pre_post_loops.ll
M llvm/test/Transforms/IRCE/range_intersect_miscompile.ll
M llvm/test/Transforms/IRCE/ranges_of_different_types.ll
M llvm/test/Transforms/IRCE/rc-negative-bound.ll
M llvm/test/Transforms/IRCE/stride_more_than_1.ll
M llvm/test/Transforms/IRCE/unhandled.ll
M llvm/test/Transforms/IRCE/unsigned_comparisons_ugt.ll
M llvm/test/Transforms/IRCE/unsigned_comparisons_ult.ll
M llvm/test/Transforms/IRCE/wide_indvar.ll
M llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
Log Message:
-----------
[NFC] Extract LoopConstrainer from IRCE to reuse it outside the pass (#70508)
Co-authored-by: Aleksandr Popov <apopov at azul.com>
More information about the All-commits
mailing list