From: Matthias Braun Date: Tue, 10 May 2016 05:38:47 +0000 (+0000) Subject: liveness.mir requires asserts to use -debug-only X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c798cb42bb8a9b2d9aca69bf80bb62712016907b;p=llvm liveness.mir requires asserts to use -debug-only git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269020 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AMDGPU/liveness.mir b/test/CodeGen/AMDGPU/liveness.mir index 9caec501026..ce49294d5b3 100644 --- a/test/CodeGen/AMDGPU/liveness.mir +++ b/test/CodeGen/AMDGPU/liveness.mir @@ -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