merge vector stores into wider vector stores and fix AArch64 misaligned access TLI...
[oota-llvm.git] / test / CodeGen / AArch64 / sincospow-vector-expansion.ll
index 259a55ecd0d55efd765c205bafc2521a60c6f000..22f33a83394bb495af5f85fc107c1ec5fcd2c22c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
+; RUN: llc -o - %s -verify-machineinstrs -mtriple=aarch64-linux-gnu -mattr=+neon | FileCheck %s
 
 
 define <2 x float> @test_cos_v2f64(<2 x double> %v1) {