Skip to content

Commit 04a96c6

Browse files
committed
[PowerPC] Attempt to fix test added in #141263
1 parent d79312b commit 04a96c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/PowerPC/atomic-compare-exchange-weak.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
; return atomic_compare_exchange_weak_explicit(cp, old, c, __ATOMIC_RELAXED, __ATOMIC_RELAXED);
55
; }
66

7-
; RUN: llc < %s -ppc-asm-full-reg-names -mtriple=powerpc-ibm-aix -mcpu=pwr8 -verify-machineinstrs |\
8-
; FileCheck %s --check-prefix=CHECK
9-
; RUN: llc < %s -ppc-asm-full-reg-names -mtriple=powerpc64-ibm-aix -mcpu=pwr8 -verify-machineinstrs |\
10-
; FileCheck %s --check-prefix=CHECK64
7+
; RUN: llc < %s -ppc-asm-full-reg-names -mtriple=powerpc-ibm-aix -mcpu=pwr8 -verify-machineinstrs \
8+
; RUN: | FileCheck %s --check-prefix=CHECK
9+
; RUN: llc < %s -ppc-asm-full-reg-names -mtriple=powerpc64-ibm-aix -mcpu=pwr8 -verify-machineinstrs \
10+
; RUN: | FileCheck %s --check-prefix=CHECK64
1111

1212
define i32 @foo(ptr noundef %cp, ptr noundef %old, i32 noundef %c) {
1313
; CHECK-LABEL: foo:

0 commit comments

Comments
 (0)