[llvm-commits] [llvm] r73742 - in /llvm/trunk: include/llvm/Target/DarwinTargetAsmInfo.h include/llvm/Target/TargetAsmInfo.h lib/Target/ARM/ARMTargetAsmInfo.cpp lib/Target/ARM/ARMTargetAsmInfo.h lib/Target/DarwinTargetAsmInfo.cpp lib/Target/PowerPC/PPCTargetAsmInfo.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86TargetAsmInfo.cpp

Chris Lattner clattner at apple.com
Thu Jun 18 17:36:32 PDT 2009


On Jun 18, 2009, at 5:11 PM, Dale Johannesen wrote:

>
> On Jun 18, 2009, at 5:08 PMPDT, Chris Lattner wrote:
>
>> merge the common darwin settings from the X86/PPC/ARM targets
>> into DarwinTargetAsmInfo.cpp.  The remaining differences should
>> be evaluated.  It seems strange that x86/arm has .zerofill but ppc
>> doesn't, etc.
>
> Darwin ppc does have zerofill.

LLVM doesn't generate it :), can you investigate turning it on?  It  
seems that the three asm printers should be very similiar in  
capabilities.

-Chris



More information about the llvm-commits mailing list