[llvm] f85a38e - Follow up to d0858bffa11, add missing REQUIRES x86

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 09:49:50 PST 2023


Author: Jeremy Morse
Date: 2023-12-06T17:48:50Z
New Revision: f85a38e21cfa1d5723ab4af4b76fd7529f2688b2

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

LOG: Follow up to d0858bffa11, add missing REQUIRES x86

Added: 
    

Modified: 
    llvm/test/Transforms/CodeGenPrepare/debug-info-on-skipped-selects.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/CodeGenPrepare/debug-info-on-skipped-selects.ll b/llvm/test/Transforms/CodeGenPrepare/debug-info-on-skipped-selects.ll
index f2b11207afc7b..ffd4a0170ac9d 100644
--- a/llvm/test/Transforms/CodeGenPrepare/debug-info-on-skipped-selects.ll
+++ b/llvm/test/Transforms/CodeGenPrepare/debug-info-on-skipped-selects.ll
@@ -1,5 +1,6 @@
 ; RUN: llc %s -stop-after=codegenprepare -o - | FileCheck %s
 ; RUN: llc %s -stop-after=codegenprepare -o - --try-experimental-debuginfo-iterators | FileCheck %s
+; REQUIRES: x86-registered-target
 ;
 ; Test that when we skip over multiple selects in CGP, that the debug-info
 ; attached to those selects is still fixed up.


        


More information about the llvm-commits mailing list