[llvm] c7430ff - [CodeGen][test] Add missing `REQUIRES`.

Francesco Petrogalli via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 03:00:19 PDT 2023


Author: Francesco Petrogalli
Date: 2023-06-20T12:00:07+02:00
New Revision: c7430ff9bfd3ff24f24cde1a5f6a5249713a2ff8

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

LOG: [CodeGen][test] Add missing `REQUIRES`.

Differential Revision: https://reviews.llvm.org/D153325

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir b/llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir
index a012fc5608a3f..bc34023c02ca4 100644
--- a/llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir
+++ b/llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir
@@ -6,6 +6,8 @@
 # RUN:   -misched-dump-schedule-trace=true -misched-dump-schedule-trace-col-header-width=21 \
 # RUN: | FileCheck  %s
 
+# REQUIRES: asserts, aarch64-registered-target
+
 --- |
   ; ModuleID = '../llvm-project/llvm/test/CodeGen/AArch64/aarch64-smull.failing.ll'
   source_filename = "../llvm-project/llvm/test/CodeGen/AArch64/aarch64-smull.failing.ll"


        


More information about the llvm-commits mailing list