Skip to content

Commit 07cd105

Browse files
committed
[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
1 parent 33de6aa commit 07cd105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CodeGen/AArch64/regalloc-hint-movprfx.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# 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
2+
# REQUIRES: asserts
23

34
# Check that the register allocator gets hints to reuse registers of one of it's operands.
45
---

0 commit comments

Comments
 (0)