[PATCH] D85410: [ARM][MVE] Allow loops containing strides != 1 to be tail predicated with gather/scatters enabled
Anna Welker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 03:59:28 PDT 2020
anwel marked an inline comment as done.
anwel added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp:31
#include "llvm/Target/TargetMachine.h"
+#include "ARMISelLowering.h"
#include "llvm/Transforms/InstCombine/InstCombiner.h"
----------------
dmgreen wrote:
> Do you need to include this?
Oops, no. Will remove for commit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85410/new/
https://reviews.llvm.org/D85410
More information about the llvm-commits
mailing list