[llvm-commits] [PATCH] Promote logic operations for integer types
Eli Friedman
eli.friedman at gmail.com
Sun Jul 12 10:45:09 PDT 2009
On Sun, Jul 12, 2009 at 6:19 AM, Jakob Stoklund Olesen<stoklund at 2pi.dk> wrote:
> 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.
Looks fine.
-Eli
More information about the llvm-commits
mailing list