From edf86e7b73de75aab9470fc080d54160ed2b1dcd Mon Sep 17 00:00:00 2001 From: Tony Tao Date: Thu, 24 Oct 2024 10:57:13 -0400 Subject: [PATCH] update large ada tests after HLASM syntax change --- llvm/test/CodeGen/SystemZ/Large/large-ada-01.py | 4 ++-- llvm/test/CodeGen/SystemZ/Large/large-ada-02.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/test/CodeGen/SystemZ/Large/large-ada-01.py b/llvm/test/CodeGen/SystemZ/Large/large-ada-01.py index 17efde5b519cb..86d3af13232ad 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 45bcb276f9b91..99b260f09b316 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