[llvm-commits] [PATCH, PowerPC] Fix PR13949
Adhemerval Zanella
azanella at linux.vnet.ibm.com
Tue Oct 16 05:18:37 PDT 2012
On 10/16/2012 12:04 AM, Bill Schmidt wrote:
> Index: test/CodeGen/PowerPC/structsinregs.ll
> ===================================================================
> --- test/CodeGen/PowerPC/structsinregs.ll (revision 165819)
> +++ test/CodeGen/PowerPC/structsinregs.ll (working copy)
> @@ -1,5 +1,9 @@
> ; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim < %s | FileCheck %s
> Index: test/CodeGen/PowerPC/structsinmem.ll
> ===================================================================
> --- test/CodeGen/PowerPC/structsinmem.ll (revision 0)
> +++ test/CodeGen/PowerPC/structsinmem.ll (revision 0)
> @@ -0,0 +1,227 @@
> +; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim < %s | FileCheck %s
Hey Bill, why the 'pwr7' on the tests? I believe they don't need this constraint.
More information about the llvm-commits
mailing list