[PATCH] D11408: [ARM/AArch64] - Remove some undefined behaviour when lowering vector shifts

Renato Golin renato.golin at linaro.org
Thu Jul 23 04:14:04 PDT 2015


rengolin added a comment.

No AArch64 tests?


================
Comment at: test/CodeGen/ARM/neon_vshl_minint.ll:2
@@ +1,3 @@
+; RUN: llc < %s -mtriple=arm-none-eabi -mcpu=cortex-a57 2>&1 | FileCheck %s --check-prefix=ARM --check-prefix=ACORE
+; RUN: llc < %s -mtriple=thumb-none-eabi -mcpu=cortex-a57 2>&1 | FileCheck %s --check-prefix=ARM --check-prefix=MCORE
+
----------------
You're not using prefixes ACORE/MCORE?


http://reviews.llvm.org/D11408







More information about the llvm-commits mailing list