diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/eliminate-trunc.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/eliminate-trunc.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AArch64/eliminate-trunc.ll b/llvm/test/CodeGen/AArch64/eliminate-trunc.ll index 314a94dda14..02a085acf03 100644 --- a/llvm/test/CodeGen/AArch64/eliminate-trunc.ll +++ b/llvm/test/CodeGen/AArch64/eliminate-trunc.ll @@ -1,11 +1,7 @@ -; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s --check-prefix=CHECK-AARCH64 ; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-none-apple-ios7.0 -mcpu=cyclone | FileCheck %s --check-prefix=CHECK-ARM64 ; Check trunc i64 operation is translated as a subregister access ; eliminating an i32 induction varible. -; CHECK-AARCH64: add {{x[0-9]+}}, {{x[0-9]+}}, #1 -; CHECK-AARCH64-NOT: add {{w[0-9]+}}, {{w[0-9]+}}, #1 -; CHECK-AARCH64-NEXT: cmp {{w[0-9]+}}, {{w[0-9]+}}, uxtw ; CHECK-ARM64-NOT: add {{x[0-9]+}}, {{x[0-9]+}}, #1 ; CHECK-ARM64: add {{w[0-9]+}}, {{w[0-9]+}}, #1 |