From 433c22e35cabf8d5db0731aaadff649491d70487 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Fri, 15 Jan 2016 10:26:51 +0000 Subject: [ARM] Add ARMv8-A semaphore/atomic instructions to ARMv8-M Baseline/Mainline llvm-svn: 257882 --- llvm/test/CodeGen/ARM/ldstrex-m.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/test/CodeGen/ARM') 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 -- cgit v1.2.3