[PATCH] D29798: [AMDGPU] Override PSet for M0

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 16:49:41 PST 2017


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/schedule-regpressure.mir:1
+# RUN: llc -march=amdgcn -misched=converge -run-pass machine-scheduler %s -o - -debug-only=misched 2>&1 | FileCheck %s
+# Check there is no SReg_32 pressure created by DS_* instructions because of M0 use
----------------
arsenm wrote:
> This is going to break in a release build 
Better would be a test that doesn't rely on debug output, but if that's not possible you need REQUIRES: asserts or something like that


Repository:
  rL LLVM

https://reviews.llvm.org/D29798





More information about the llvm-commits mailing list