forked from OSchip/llvm-project
liveness.mir requires asserts to use -debug-only
llvm-svn: 269020
This commit is contained in:
parent
3e0c038a84
commit
11e87cc945
|
@ -1,4 +1,5 @@
|
|||
# RUN: llc -march=amdgcn -run-pass liveintervals -verify-machineinstrs -o /dev/null -debug-only=regalloc %s 2>&1 | FileCheck %s
|
||||
# REQUIRES: asserts
|
||||
# We currently maintain a main liveness range which operates like a superset of
|
||||
# all subregister liveranges. We may need to create additional SSA values at
|
||||
# merge point in this main liverange even though none of the subregister
|
||||
|
|
Loading…
Reference in New Issue