[SystemZ] Update large ada tests after HLASM syntax change#113578
Merged
[SystemZ] Update large ada tests after HLASM syntax change#113578
Conversation
Member
|
@llvm/pr-subscribers-backend-systemz Author: None (tltao) ChangesFix buildbot failures seen on: https://lab.llvm.org/buildbot/#/builders/42/builds/1597 caused by: #113369 Full diff: https://github.com/llvm/llvm-project/pull/113578.diff 2 Files Affected:
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 different 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 different 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
|
Closed
NoumanAmir657
pushed a commit
to NoumanAmir657/llvm-project
that referenced
this pull request
Nov 4, 2024
Fix buildbot failures seen on: https://lab.llvm.org/buildbot/#/builders/42/builds/1597 caused by: llvm#113369 Co-authored-by: Tony Tao <tonytao@ca.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix buildbot failures seen on: https://lab.llvm.org/buildbot/#/builders/42/builds/1597
caused by: #113369