diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/sincospow-vector-expansion.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/sincospow-vector-expansion.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/sincospow-vector-expansion.ll b/llvm/test/CodeGen/AArch64/sincospow-vector-expansion.ll index 259a55ecd0d..baa73a3c716 100644 --- a/llvm/test/CodeGen/AArch64/sincospow-vector-expansion.ll +++ b/llvm/test/CodeGen/AArch64/sincospow-vector-expansion.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s +; RUN: llc -o - %s -verify-machineinstrs -mtriple=arm64-linux-gnu -mattr=+neon | FileCheck %s define <2 x float> @test_cos_v2f64(<2 x double> %v1) { |

