[PATCH] D100550: [ARM] Ensure loop invariant active.lane.mask operands
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 23 01:00:23 PDT 2021
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
Yep, looks like a good fix to me.
================
Comment at: llvm/test/CodeGen/Thumb2/mve-tailpred-loopinvariant.ll:84
+ %index = phi i32 [ 0, %while.body.preheader ], [ %index.next, %vector.body ]
+ %next.gep = getelementptr i8, i8* %c, i32 %index
+ %2 = or i32 %index, 1
----------------
Not that I mind too much, but can we not reduce this test case a bit?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100550/new/
https://reviews.llvm.org/D100550
More information about the llvm-commits
mailing list