We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5046d commit 0aec4d2Copy full SHA for 0aec4d2
llvm/test/CodeGen/SystemZ/Large/large-ada-01.py
@@ -3,8 +3,8 @@
3
# generation of a different instruction sequence
4
# RUN: %python %s | llc -mtriple=s390x-ibm-zos -O2 | FileCheck %s
5
6
-# CHECK: llilf 1, {{[0-9]+}}
7
-# CHECK-NEXT: la 1, 0(1,8)
+# CHECK: llilf 1,{{[0-9]+}}
+# CHECK-NEXT: la 1,0(1,8)
8
9
from __future__ import print_function
10
llvm/test/CodeGen/SystemZ/Large/large-ada-02.py
-# CHECK: algfi 8, {{[0-9]+}}
-# CHECK: la 8, 0(8)
+# CHECK: algfi 8,{{[0-9]+}}
+# CHECK: la 8,0(8)
0 commit comments