diff options
| author | Evandro Menezes <e.menezes@samsung.com> | 2017-01-24 17:34:31 +0000 |
|---|---|---|
| committer | Evandro Menezes <e.menezes@samsung.com> | 2017-01-24 17:34:31 +0000 |
| commit | 7784cacd91282e692a2be87015117188fa1990c1 (patch) | |
| tree | ca70b0607dd634698460f4bc6ece1dbc6a02ab7d /llvm/test/CodeGen | |
| parent | bef847c3ae3adb06d3d6a8e04fe97aeb52a57505 (diff) | |
| download | bcm5719-llvm-7784cacd91282e692a2be87015117188fa1990c1.tar.gz bcm5719-llvm-7784cacd91282e692a2be87015117188fa1990c1.zip | |
[AArch64] Rename 'no-quad-ldst-pairs' to 'slow-paired-128'
In order to follow the pattern of the existing 'slow-misaligned-128store'
option, rename the option 'no-quad-ldst-pairs' to 'slow-paired-128'.
llvm-svn: 292954
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/no-quad-ldp-stp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/no-quad-ldp-stp.ll b/llvm/test/CodeGen/AArch64/no-quad-ldp-stp.ll index 6324835b322..fb030d29136 100644 --- a/llvm/test/CodeGen/AArch64/no-quad-ldp-stp.ll +++ b/llvm/test/CodeGen/AArch64/no-quad-ldp-stp.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=aarch64-eabi -mattr=+no-quad-ldst-pairs -verify-machineinstrs -asm-verbose=false | FileCheck %s +; RUN: llc < %s -mtriple=aarch64-eabi -mattr=+slow-paired-128 -verify-machineinstrs -asm-verbose=false | FileCheck %s ; RUN: llc < %s -mtriple=aarch64-eabi -mcpu=exynos-m1 -verify-machineinstrs -asm-verbose=false | FileCheck %s ; CHECK-LABEL: test_nopair_st |

