[PATCH] D31188: [AntiDepBreaker] Do not use getPristineRegs for marking live registers.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 03:36:44 PDT 2017


timshen added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/pr32292.ll:1
+; RUN: llc < %s | FileCheck %s
+target datalayout = "e-m:e-i64:64-n32:64"
----------------
qcolombet wrote:
> qcolombet wrote:
> > Using a .mir test case you should be able to reduce the test even more.
> Please use a more descriptive name for the filename. List the PR in the file if you want.
I didn't use .mir, but got a much smaller test case.


================
Comment at: llvm/test/CodeGen/PowerPC/pr32292.ll:1
+; RUN: llc < %s | FileCheck %s
+target datalayout = "e-m:e-i64:64-n32:64"
----------------
timshen wrote:
> qcolombet wrote:
> > qcolombet wrote:
> > > Using a .mir test case you should be able to reduce the test even more.
> > Please use a more descriptive name for the filename. List the PR in the file if you want.
> I didn't use .mir, but got a much smaller test case.
Renamed.


https://reviews.llvm.org/D31188





More information about the llvm-commits mailing list