[all-commits] [llvm/llvm-project] 3ce360: [IndVarSimplify] Convert more tests to opaque poin...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 14 06:38:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ce360f15b5a790a5fd9dcab716bbed7b4d3a347
https://github.com/llvm/llvm-project/commit/3ce360f15b5a790a5fd9dcab716bbed7b4d3a347
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M llvm/test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll
M llvm/test/Transforms/IndVarSimplify/AArch64/widen-loop-comp.ll
M llvm/test/Transforms/IndVarSimplify/ARM/code-size.ll
M llvm/test/Transforms/IndVarSimplify/ARM/indvar-cost.ll
M llvm/test/Transforms/IndVarSimplify/ARM/indvar-unroll-imm-cost.ll
M llvm/test/Transforms/IndVarSimplify/X86/eliminate-congruent-ivs.ll
M llvm/test/Transforms/IndVarSimplify/X86/iv-widen.ll
M llvm/test/Transforms/IndVarSimplify/X86/replace-iv-with-loop-invariant.ll
M llvm/test/Transforms/IndVarSimplify/ashr-expansion.ll
M llvm/test/Transforms/IndVarSimplify/casted-argument.ll
M llvm/test/Transforms/IndVarSimplify/cycled_phis.ll
M llvm/test/Transforms/IndVarSimplify/eliminate-comparison.ll
M llvm/test/Transforms/IndVarSimplify/exit_value_test2.ll
M llvm/test/Transforms/IndVarSimplify/iv-widen-elim-ext.ll
M llvm/test/Transforms/IndVarSimplify/lftr-address-space-pointers.ll
M llvm/test/Transforms/IndVarSimplify/lftr-pr31181.ll
M llvm/test/Transforms/IndVarSimplify/lftr-reuse.ll
M llvm/test/Transforms/IndVarSimplify/loop-predication.ll
M llvm/test/Transforms/IndVarSimplify/no-iv-rewrite.ll
M llvm/test/Transforms/IndVarSimplify/pr24783.ll
M llvm/test/Transforms/IndVarSimplify/pr28705.ll
M llvm/test/Transforms/IndVarSimplify/pr45835.ll
M llvm/test/Transforms/IndVarSimplify/predicated_ranges.ll
M llvm/test/Transforms/IndVarSimplify/rewrite-loop-exit-values-phi.ll
M llvm/test/Transforms/IndVarSimplify/scev-expander-preserve-lcssa.ll
M llvm/test/Transforms/IndVarSimplify/widen-i32-i8ptr.ll
Log Message:
-----------
[IndVarSimplify] Convert more tests to opaque pointers (NFC)
More information about the All-commits
mailing list