[llvm-commits] [PATCH 6/6] Allow remat of 'li' in the reg coalescer

Tobias von Koch tobias.von.koch at gmail.com
Wed Aug 22 03:16:52 PDT 2012


Dear all,

This is part of a series of patches for the PowerPC backend to add and
improve support for Freescale processors.

Please review and commit if this is OK - I don't have commit access.

Thanks!
Tobias

Description of this patch:

Allow load-immediates to be rematerialised in the register coalescer for
PPC. This makes test/CodeGen/PowerPC/big-endian-formal-args.ll fail,
because it relies on a register move getting emitted. The immediate load is
equivalent, so change this test case.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120822/93b53773/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ppc-remat-immediate.patch
Type: application/octet-stream
Size: 2263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120822/93b53773/attachment.obj>


More information about the llvm-commits mailing list