[PATCH] D67219: [ARM] Fixup the creation of VPT blocks
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 04:59:03 PDT 2019
samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/ARM/MVEVPTBlockPass.cpp:114
+ // block.
+ ++MBIter;
+ while (MBIter != EndIter && VPTInstCnt < 4) {
----------------
Just a nit, ++MBIter is on line 104, so its on both conditional paths.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67219/new/
https://reviews.llvm.org/D67219
More information about the llvm-commits
mailing list