[PATCH] D145507: [LV][VPlan] Fix printing TripCount liveins. NFC

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 12:25:07 PST 2023


fhahn accepted this revision.
fhahn added a comment.

LGTM, thanks!



================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll:13
 ; VPLANS:      VPlan 'Initial VPlan for Tail Folded VF={vscale x 1,vscale x 2,vscale x 4},UF>=1' {
+; VPLANS-NEXT: Live-in vp<%2> = original trip-count
+; VPLANS-EMPTY:
----------------
It would probably be good to use a variable here, to avoid the test needing updating if the numbering changes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145507/new/

https://reviews.llvm.org/D145507



More information about the llvm-commits mailing list