[llvm] 8db9859 - Mark test using -debug-only as requiring assertions
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 02:46:32 PST 2022
Author: Benjamin Kramer
Date: 2022-11-21T11:46:02+01:00
New Revision: 8db98599f16eb9894a2047926cf9090905521197
URL: https://github.com/llvm/llvm-project/commit/8db98599f16eb9894a2047926cf9090905521197
DIFF: https://github.com/llvm/llvm-project/commit/8db98599f16eb9894a2047926cf9090905521197.diff
LOG: Mark test using -debug-only as requiring assertions
Added:
Modified:
llvm/test/CodeGen/X86/machine-trace-metrics-entryBB-critpath.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/machine-trace-metrics-entryBB-critpath.ll b/llvm/test/CodeGen/X86/machine-trace-metrics-entryBB-critpath.ll
index 045d26e58be4..6e15d0294fda 100644
--- a/llvm/test/CodeGen/X86/machine-trace-metrics-entryBB-critpath.ll
+++ b/llvm/test/CodeGen/X86/machine-trace-metrics-entryBB-critpath.ll
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=x86_64-unknown-unknown -x86-early-ifcvt -debug-only=early-ifcvt < %s 2>&1 | FileCheck %s
+; REQUIRES: asserts
; This test case ensures that machine trace metrics properly calculates
; instructions heights and the trace's critical path for the entry block when
More information about the llvm-commits
mailing list