[llvm] 291660e - [SystemZ] Add missing elementtype in python test (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 00:08:46 PST 2022


Author: Nikita Popov
Date: 2022-01-07T09:08:38+01:00
New Revision: 291660e62f698391236e9b7e10afbf55c5b56267

URL: https://github.com/llvm/llvm-project/commit/291660e62f698391236e9b7e10afbf55c5b56267
DIFF: https://github.com/llvm/llvm-project/commit/291660e62f698391236e9b7e10afbf55c5b56267.diff

LOG: [SystemZ] Add missing elementtype in python test (NFC)

Missed this originally because it does not run locally.

Added: 
    

Modified: 
    llvm/test/CodeGen/SystemZ/Large/branch-range-13.py

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/SystemZ/Large/branch-range-13.py b/llvm/test/CodeGen/SystemZ/Large/branch-range-13.py
index a827b16b7abea..84410dbfba083 100644
--- a/llvm/test/CodeGen/SystemZ/Large/branch-range-13.py
+++ b/llvm/test/CodeGen/SystemZ/Large/branch-range-13.py
@@ -31,7 +31,7 @@
 print('block:')
 
 for i in range(num):
-    print('  tail call i64 asm "lang\\09$0,$2,$1\\0A", "=d,=*Q,d,*Q"(i32* undef, i32 undef, i32* undef)')
+    print('  tail call i64 asm "lang\\09$0,$2,$1\\0A", "=d,=*Q,d,*Q"(i32* elementtype(i32) undef, i32 undef, i32* elementtype(i32) undef)')
 
 print('  br label %block')
 


        


More information about the llvm-commits mailing list