[PATCH] D69845: [ARM][MVE] canTailPredicateLoop

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 10:49:47 PST 2019


dmgreen added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp:1095
                                              const LoopAccessInfo *LAI) {
+  if (DisableTailPredication)
+    return false;
----------------
Nice one.


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

https://reviews.llvm.org/D69845





More information about the llvm-commits mailing list