[PATCH] D75993: [Target][ARM] Improvements to the VPT Block Insertion Pass

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 09:12:07 PDT 2020


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

LGTM



================
Comment at: llvm/lib/Target/ARM/MVEVPTBlockPass.cpp:230
+    for (; Iter != VPNOTBlockEndIter; ++Iter) {
+      // Find the register in which the predicate is
+      int OpIdx = findFirstVPTPredOperandIdx(*Iter);
----------------
Find the register -> Find the operand holding the predicate


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

https://reviews.llvm.org/D75993





More information about the llvm-commits mailing list