Skip to content

Commit ae41ea9

Browse files
nicosivan-shani
authored andcommitted
[PowerPC] Attempt to fix test added in llvm#141263
1 parent 23d6e23 commit ae41ea9

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)