[llvm-commits] [PATCH] Promote logic operations for integer types
Jakob Stoklund Olesen
stoklund at 2pi.dk
Sun Jul 12 06:19:37 PDT 2009
The attached patch adds support for promoting logic operations on
integer types in PromoteNode(). The blackfin processor has a legal i16
type, but it only supports AND/OR/XOR on i32 registers, so promotion
is needed.
Please review before I commit.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: promote-logic.patch
Type: application/octet-stream
Size: 2239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090712/59117285/attachment.obj>
More information about the llvm-commits
mailing list