[llvm-commits] [PATCH] Recognise 32-bit ror-based bswap implementation used by uclibc

Chris Lattner clattner at apple.com
Fri Nov 12 16:30:45 PST 2010


On Oct 29, 2010, at 11:47 AM, Peter Collingbourne wrote:

> Hi,
> 
> This patch series adds support for uclibc's 32-bit bswap implementation
> to X86TargetLowering::ExpandInlineAsm (actually its fallback for <486
> processors, but what you get without any target compiler flags).

Sure, looks fine to me.  Please file a bug against uclibc's bug tracker to ask them to move to __builtin_bswap (which has existed since gcc 4.2), thanks!

-Chris

> 
> OK to commit?
> 
> Thanks,
> -- 
> Peter
> <0001-Support-as-asm-separator.patch><0002-Recognise-32-bit-ror-based-bswap-implementation-used.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list