[PATCH] D82773: [ARM][MVE] Tail-predication: clean-up removing unused code

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 07:00:55 PDT 2020


samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.

Not sure if we'll have to revisit this again if we're doing, say a reduction, and but also have a VCMP in the loop which writes to the VPR meaning it needs to be spilled and restored for the VPSEL... But we can cross that bridge if we come to it, cheers!


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

https://reviews.llvm.org/D82773





More information about the llvm-commits mailing list