Skip to content

Commit 8f79cdd

Browse files
committed
[AArch64] Add -verify-machineinstrs to a test
This would have helped identify problems with #83905 which only showed up in an LLVM_ENABLE_EXPENSIVE_CHECKS build.
1 parent 630289f commit 8f79cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/stack-probing-no-scratch-reg.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
2-
# RUN: llc %s --start-before=shrink-wrap -stop-after=prologepilog -o - | FileCheck %s
2+
# RUN: llc %s --start-before=shrink-wrap -stop-after=prologepilog -verify-machineinstrs -o - | FileCheck %s
33
--- |
44
target triple = "aarch64-linux"
55

0 commit comments

Comments
 (0)