[PATCH] D13508: [ARM] Only lower to interleaved load/store if the target has NEON

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 06:46:19 PDT 2015


sbaranga 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
+
----------------
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. 


http://reviews.llvm.org/D13508





More information about the llvm-commits mailing list