[llvm] 677ced8 - Require asserts for llvm/test/CodeGen/PowerPC/fence.ll
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 08:26:02 PST 2024
Author: Hans Wennborg
Date: 2024-01-15T17:25:49+01:00
New Revision: 677ced8af239024439e377e06c93704252a8f179
URL: https://github.com/llvm/llvm-project/commit/677ced8af239024439e377e06c93704252a8f179
DIFF: https://github.com/llvm/llvm-project/commit/677ced8af239024439e377e06c93704252a8f179.diff
LOG: Require asserts for llvm/test/CodeGen/PowerPC/fence.ll
Added:
Modified:
llvm/test/CodeGen/PowerPC/fence.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/fence.ll b/llvm/test/CodeGen/PowerPC/fence.ll
index da14e8be0d4288..2cc97b05ab115d 100644
--- a/llvm/test/CodeGen/PowerPC/fence.ll
+++ b/llvm/test/CodeGen/PowerPC/fence.ll
@@ -6,6 +6,8 @@
; RUN: llc < %s -mtriple powerpc64le-unknown-linux -debug-only=machine-scheduler \
; RUN: 2>&1 | FileCheck %s --check-prefix=LOG
+; REQUIRES: asserts
+
define dso_local void @test_builtin_ppc_fence() {
; CHECK-LABEL: test_builtin_ppc_fence:
; CHECK: # %bb.0: # %entry
More information about the llvm-commits
mailing list