diff options
author | Bradley Smith <bradley.smith@arm.com> | 2016-01-15 10:26:51 +0000 |
---|---|---|
committer | Bradley Smith <bradley.smith@arm.com> | 2016-01-15 10:26:51 +0000 |
commit | 433c22e35cabf8d5db0731aaadff649491d70487 (patch) | |
tree | c7af04c43d2a12029a1781f72a2a1cc4f2c5a7c5 /llvm/test/CodeGen/ARM | |
parent | a1189106d5a1b9e9ff57ea6fa53c24e891f1d09c (diff) | |
download | bcm5719-llvm-433c22e35cabf8d5db0731aaadff649491d70487.tar.gz bcm5719-llvm-433c22e35cabf8d5db0731aaadff649491d70487.zip |
[ARM] Add ARMv8-A semaphore/atomic instructions to ARMv8-M Baseline/Mainline
llvm-svn: 257882
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/ldstrex-m.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/ldstrex-m.ll b/llvm/test/CodeGen/ARM/ldstrex-m.ll index 3d83a9d78e3..5b717f7f1ae 100644 --- a/llvm/test/CodeGen/ARM/ldstrex-m.ll +++ b/llvm/test/CodeGen/ARM/ldstrex-m.ll @@ -1,4 +1,6 @@ ; RUN: llc < %s -mtriple=thumbv7m-none-eabi -mcpu=cortex-m4 | FileCheck %s +; RUN: llc < %s -mtriple=thumbv8m.main-none-eabi | FileCheck %s +; RUN: llc < %s -mtriple=thumbv8m.base-none-eabi | FileCheck %s ; CHECK-LABEL: f0: ; CHECK-NOT: ldrexd |