[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:33:01 PDT 2015


jketema added a comment.

@rengolin If it is possible to conditionalize the CHECK-NOT on the run line. Is that possible? I haven't seen that before.


================
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:
> 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.


http://reviews.llvm.org/D13508





More information about the llvm-commits mailing list