The TripCount liveins would currently be printed as badref in the vplan as they are not allocated slots in the VPSlotTracker. This patch allocates them a slot and adds them to the printed Live-Ins when printing the vplan. It also makes a minor adjustment to printing of Live-ins to reduce the empty lines when multiple Live-ins are present.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll | ||
---|---|---|
13 | It would probably be good to use a variable here, to avoid the test needing updating if the numbering changes. |
It would probably be good to use a variable here, to avoid the test needing updating if the numbering changes.