[PATCH] D13508: [ARM] Only lower to interleaved load/store if the target has NEON
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 06:54:11 PDT 2015
rengolin added a comment.
In http://reviews.llvm.org/D13508#261593, @jketema wrote:
> @rengolin If it is possible to conditionalize the CHECK-NOT on the run line. Is that possible? I haven't seen that before.
Yeah, you just add:
; RUN: llc -mtriple=armv7a-eabi -mattr=-neon < %s | FileCheck --check-prefix=NONEON %s
then
; CHECK-NONEON-NOT: vld2
etc.
http://reviews.llvm.org/D13508
More information about the llvm-commits
mailing list