[LLVMdev] Loop alignment

Aaron Gray aaronngray.lists at googlemail.com
Wed Jun 17 08:34:31 PDT 2009


> 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





More information about the llvm-dev mailing list