[PATCH] D153325: [CodeGen][test] Add missing `REQUIRES`.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 02:57:50 PDT 2023


fpetrogalli created this revision.
Herald added a project: All.
fpetrogalli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153325

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


Index: llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir
===================================================================
--- llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir
+++ 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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153325.532843.patch
Type: text/x-patch
Size: 647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230620/6c04ef94/attachment.bin>


More information about the llvm-commits mailing list