[llvm] 47f0fb9 - Fix the lit failure on "loop-register.s" test. (#155704)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 27 16:11:39 PDT 2025


Author: Haowei
Date: 2025-08-27T16:11:35-07:00
New Revision: 47f0fb9057c0c3c3d0c294dd608df0702706d990

URL: https://github.com/llvm/llvm-project/commit/47f0fb9057c0c3c3d0c294dd608df0702706d990
DIFF: https://github.com/llvm/llvm-project/commit/47f0fb9057c0c3c3d0c294dd608df0702706d990.diff

LOG: Fix the lit failure on "loop-register.s" test. (#155704)

This is a follow up of f3a5c16b9810fc12e7be35ff719be10427338256, which
broke the test on arm64 due to incorrect use of the UNSUPPORTED tag.

Added: 
    

Modified: 
    llvm/test/tools/llvm-exegesis/AArch64/loop-register.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s b/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s
index 632088455e75a..db8f7a06b30a3 100644
--- a/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s
+++ b/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s
@@ -2,7 +2,7 @@
 ; generate extra function prologue instructions that interfere with matching
 ; the STR of X19. Disable this for now.
 ;
-; UNSUPPORTED: *
+; UNSUPPORTED: target={{.*}}
 
 REQUIRES: aarch64-registered-target, asserts
 


        


More information about the llvm-commits mailing list