Skip to content

[SystemZ] Update large ada tests after HLASM syntax change #113578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

tltao
Copy link
Contributor

@tltao tltao commented Oct 24, 2024

Fix buildbot failures seen on: https://lab.llvm.org/buildbot/#/builders/42/builds/1597

caused by: #113369

@tltao tltao self-assigned this Oct 24, 2024
@tltao tltao requested a review from redstar October 24, 2024 14:59
@llvmbot
Copy link
Member

llvmbot commented Oct 24, 2024

@llvm/pr-subscribers-backend-systemz

Author: None (tltao)

Changes

Fix 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:

  • (modified) llvm/test/CodeGen/SystemZ/Large/large-ada-01.py (+2-2)
  • (modified) llvm/test/CodeGen/SystemZ/Large/large-ada-02.py (+2-2)
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
 

@tltao tltao requested a review from abhina-sree October 24, 2024 14:59
Copy link
Member

@redstar redstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@tltao tltao merged commit 0aec4d2 into llvm:main Oct 24, 2024
7 of 10 checks passed
@frobtech frobtech mentioned this pull request Oct 25, 2024
NoumanAmir657 pushed a commit to NoumanAmir657/llvm-project that referenced this pull request Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants