[PATCH] D67921: [ARM][MVE] Change VCTP operand

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 04:48:20 PDT 2019


dmgreen added inline comments.


================
Comment at: lib/Target/ARM/MVETailPredication.cpp:494
     Function *VCTP = Intrinsic::getDeclaration(M, VCTPID);
     // TODO: This add likely already exists in the loop.
+    Value *TailPredicate = Builder.CreateCall(VCTP, Processed);
----------------
Move this comment to the new sub. It refers to the sub, right?


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

https://reviews.llvm.org/D67921





More information about the llvm-commits mailing list