[llvm] 0aec4d2 - [SystemZ] Update large ada tests after HLASM syntax change (#113578)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 08:02:40 PDT 2024
Author: tltao
Date: 2024-10-24T11:02:36-04:00
New Revision: 0aec4d2b78a08f5f3e4b0ad0340a99e486d00110
URL: https://github.com/llvm/llvm-project/commit/0aec4d2b78a08f5f3e4b0ad0340a99e486d00110
DIFF: https://github.com/llvm/llvm-project/commit/0aec4d2b78a08f5f3e4b0ad0340a99e486d00110.diff
LOG: [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: https://github.com/llvm/llvm-project/pull/113369
Co-authored-by: Tony Tao <tonytao at ca.ibm.com>
Added:
Modified:
llvm/test/CodeGen/SystemZ/Large/large-ada-01.py
llvm/test/CodeGen/SystemZ/Large/large-ada-02.py
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/SystemZ/Large/large-ada-01.py b/llvm/test/CodeGen/SystemZ/Large/large-ada-01.py
index 17efde5b519cbb..86d3af13232ada 100644
--- a/llvm/test/CodeGen/SystemZ/Large/large-ada-01.py
+++ b/llvm/test/CodeGen/SystemZ/Large/large-ada-01.py
@@ -3,8 +3,8 @@
# generation of a
diff erent instruction sequence
# RUN: %python %s | llc -mtriple=s390x-ibm-zos -O2 | FileCheck %s
-# CHECK: llilf 1, {{[0-9]+}}
-# CHECK-NEXT: la 1, 0(1,8)
+# CHECK: llilf 1,{{[0-9]+}}
+# CHECK-NEXT: la 1,0(1,8)
from __future__ import print_function
diff --git a/llvm/test/CodeGen/SystemZ/Large/large-ada-02.py b/llvm/test/CodeGen/SystemZ/Large/large-ada-02.py
index 45bcb276f9b91e..99b260f09b316a 100644
--- a/llvm/test/CodeGen/SystemZ/Large/large-ada-02.py
+++ b/llvm/test/CodeGen/SystemZ/Large/large-ada-02.py
@@ -3,8 +3,8 @@
# generation of a
diff erent instruction sequence
# RUN: %python %s | llc -mtriple=s390x-ibm-zos -O2 | FileCheck %s
-# CHECK: algfi 8, {{[0-9]+}}
-# CHECK: la 8, 0(8)
+# CHECK: algfi 8,{{[0-9]+}}
+# CHECK: la 8,0(8)
from __future__ import print_function
More information about the llvm-commits
mailing list