[LLVMdev] Loop alignment

Aaron Gray aaronngray.lists at googlemail.com
Wed Jun 17 08:39:56 PDT 2009


Oh, Theres also stuff in TargetAsmInfo class that may contain the actual
'align' statment.

Look in Target/X86/X86TargetAsmInfo.[cpp,h]

Aaron

2009/6/17 Aaron Gray <aaronngray.lists at googlemail.com>

>  On Wednesday 17 June 2009 00:11, Evan Cheng wrote:
>>
>>> Asm printer.
>>>
>>
>> Yes, but where?  I can't find it.  What do I need to
>> search for?
>>
>
> ViewVC is helpful :-
>
>
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmPrinter/
>
> Look at the X86IntelAsmPrinter.cpp file for code outputting the align, if
> its not there it maybe in the X86AsmPrinter.cpp file, meaning you may have
> to override the functionality in the X86AsmPrinter.h and cpp file.
>
> Aaron
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090617/1aa7e9f5/attachment.html>


More information about the llvm-dev mailing list