Skip to content

Commit e7554ba

Browse files
author
git apple-llvm automerger
committed
Merge commit '988d84a5fc12' from llvm.org/main into next
2 parents 56d0cb7 + 988d84a commit e7554ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/AArch64/regcoal-physreg.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -mtriple=aarch64-apple-ios -run-pass=simple-register-coalescing %s -o - | FileCheck %s
1+
# RUN: llc -mtriple=aarch64-apple-ios -run-pass=simple-register-coalescing -verify-machineinstrs %s -o - | FileCheck %s
22
--- |
33
declare void @f2()
44

llvm/test/CodeGen/AMDGPU/subreg-intervals.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -march=amdgcn -run-pass liveintervals -debug-only=regalloc -o /dev/null %s 2>&1 | FileCheck %s
1+
# RUN: llc -march=amdgcn -run-pass liveintervals -debug-only=regalloc -verify-machineinstrs -o /dev/null %s 2>&1 | FileCheck %s
22
# REQUIRES: asserts
33

44
# CHECK: INTERVALS

0 commit comments

Comments
 (0)