[PATCH] D13508: [ARM] Only lower to interleaved load/store if the target has NEON
Jeroen Ketema via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 06:48:43 PDT 2015
jketema added inline comments.
================
Comment at: test/CodeGen/ARM/arm-interleaved-accesses-bug.ll:1
@@ +1,2 @@
+; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 -mattr=-neon < %s | FileCheck %s
+
----------------
sbaranga wrote:
> jketema wrote:
> > sbaranga wrote:
> > > Is -mcpu=cortex-a9 required here?
> > This was the easiest way for me to reproduce the crash. Just disabling NEON didn't do the trick. I'll have a look at exactly which attributes are needed to hit this particular code path.
> Strange. This still triggers for me after removing the -mcpu.
I might have been using a different triple before. Dropping -mcpu also works for me. I'll drop it.
http://reviews.llvm.org/D13508
More information about the llvm-commits
mailing list