Skip to content

Commit 82cf7b5

Browse files
committed
Rebase and disable global merge for test case
1 parent c6c0c1b commit 82cf7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/PowerPC/mergeable-string-pool-tls.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff \
3-
; RUN: -ppc-asm-full-reg-names < %s | FileCheck %s \
3+
; RUN: -ppc-asm-full-reg-names -enable-global-merge=false < %s | FileCheck %s \
44
; RUN: --check-prefix=CHECK64
55
; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff \
6-
; RUN: -ppc-asm-full-reg-names < %s | FileCheck %s \
6+
; RUN: -ppc-asm-full-reg-names -enable-global-merge=false < %s | FileCheck %s \
77
; RUN: --check-prefix=CHECK32
88
; RUN: llc -verify-machineinstrs -mtriple powerpc64le-unknown-linux \
99
; RUN: -ppc-asm-full-reg-names < %s | FileCheck %s \

0 commit comments

Comments
 (0)