[llvm] 07cd105 - [AArch64] Add 'REQUIRES: asserts' to regalloc-hint-movprfx.mir
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 12 04:19:23 PST 2025
Author: Sander de Smalen
Date: 2025-11-12T12:17:29Z
New Revision: 07cd105416561e1b1406173d73314c60c8dc961f
URL: https://github.com/llvm/llvm-project/commit/07cd105416561e1b1406173d73314c60c8dc961f
DIFF: https://github.com/llvm/llvm-project/commit/07cd105416561e1b1406173d73314c60c8dc961f.diff
LOG: [AArch64] Add 'REQUIRES: asserts' to regalloc-hint-movprfx.mir
This should fix the buildbot failure reported here:
https://lab.llvm.org/buildbot/#/builders/11/builds/27869
Added:
Modified:
llvm/test/CodeGen/AArch64/regalloc-hint-movprfx.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/regalloc-hint-movprfx.mir b/llvm/test/CodeGen/AArch64/regalloc-hint-movprfx.mir
index c2d8f8e73772d..05f583e2e692f 100644
--- a/llvm/test/CodeGen/AArch64/regalloc-hint-movprfx.mir
+++ b/llvm/test/CodeGen/AArch64/regalloc-hint-movprfx.mir
@@ -1,4 +1,5 @@
# RUN: llc -mtriple=aarch64 -mattr=+sve -start-before=greedy -stop-after=virtregrewriter -debug-only=regalloc %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=DBG
+# REQUIRES: asserts
# Check that the register allocator gets hints to reuse registers of one of it's operands.
---
More information about the llvm-commits
mailing list