[PATCH] D72714: [ARM][MVE] Tail-Predication: rematerialise iteration count in exit blocks

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 01:24:11 PST 2020


dmgreen added a comment.

Seems good to me, if Sam is happy with the tail predication parts.



================
Comment at: llvm/lib/Target/ARM/MVETailPredication.cpp:68-69
+
+private:
+  bool ClonedVCTPInExitBlock = false;
 
----------------
This can be in the same block as the variables above.


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

https://reviews.llvm.org/D72714





More information about the llvm-commits mailing list