[PATCH] D85410: [ARM][MVE] Allow loops containing strides != 1 to be tail predicated with gather/scatters enabled

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 06:57:32 PDT 2020


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

Thanks. Looks good to me.



================
Comment at: llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp:31
 #include "llvm/Target/TargetMachine.h"
+#include "ARMISelLowering.h"
 #include "llvm/Transforms/InstCombine/InstCombiner.h"
----------------
Do you need to include this?


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

https://reviews.llvm.org/D85410



More information about the llvm-commits mailing list