[PATCH] D114916: [LoopInterchange] Enable loop interchange with multiple outer loop indvars
Bardia Mahjour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 10:27:44 PST 2022
bmahjour added inline comments.
================
Comment at: llvm/test/Transforms/LoopInterchange/interchangeable-outerloop-multiple-indvars.ll:18
+define void @test1() {
+; CHECK-LABEL: @test1(
+; CHECK-NEXT: entry:
----------------
based on these checks, it doesn't look like the loops have been interchanged!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114916/new/
https://reviews.llvm.org/D114916
More information about the llvm-commits
mailing list