[PATCH] D73048: [ARM][MVE] Clear MaskedInsts vector

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 08:13:50 PST 2020


dmgreen accepted this revision.
dmgreen added inline comments.


================
Comment at: llvm/lib/Target/ARM/MVETailPredication.cpp:151
 
+  MaskedInsts.clear();
   Function &F = *L->getHeader()->getParent();
----------------
ClonedVCTPInExitBlock too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73048





More information about the llvm-commits mailing list