Skip to content

Commit 0aec4d2

Browse files
tltaoTony Tao
and
Tony Tao
authored
[SystemZ] Update large ada tests after HLASM syntax change (#113578)
Fix buildbot failures seen on: https://lab.llvm.org/buildbot/#/builders/42/builds/1597 caused by: #113369 Co-authored-by: Tony Tao <[email protected]>
1 parent cb5046d commit 0aec4d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/test/CodeGen/SystemZ/Large/large-ada-01.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# generation of a different instruction sequence
44
# RUN: %python %s | llc -mtriple=s390x-ibm-zos -O2 | FileCheck %s
55

6-
# CHECK: llilf 1, {{[0-9]+}}
7-
# CHECK-NEXT: la 1, 0(1,8)
6+
# CHECK: llilf 1,{{[0-9]+}}
7+
# CHECK-NEXT: la 1,0(1,8)
88

99
from __future__ import print_function
1010

llvm/test/CodeGen/SystemZ/Large/large-ada-02.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# generation of a different instruction sequence
44
# RUN: %python %s | llc -mtriple=s390x-ibm-zos -O2 | FileCheck %s
55

6-
# CHECK: algfi 8, {{[0-9]+}}
7-
# CHECK: la 8, 0(8)
6+
# CHECK: algfi 8,{{[0-9]+}}
7+
# CHECK: la 8,0(8)
88

99
from __future__ import print_function
1010

0 commit comments

Comments
 (0)