[PATCH] D152703: [MISched] Require asserts and AArch64 registered target for test.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 04:52:01 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG45902a25fa19: [MISched] Require asserts and AArch64 registered target for test. (authored by fpetrogalli).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152703/new/

https://reviews.llvm.org/D152703

Files:
  llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir


Index: llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
===================================================================
--- llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
+++ llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
@@ -8,6 +8,7 @@
 # RUN:  -misched-topdown=true -sched-print-cycles=true \
 # RUN:  -misched-dump-schedule-trace=true --misched-sort-resources-in-trace=false 2>&1 | FileCheck --check-prefix=UNSORTED %s
 
+# REQUIRES: asserts, aarch64-registered-target
 ---
 name: test
 tracksRegLiveness: true


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152703.530465.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230612/69f3a737/attachment.bin>


More information about the llvm-commits mailing list