Displaying 2 results from an estimated 2 matches for "1aa7e9f5".
2009 Jun 17
2
[LLVMdev] Loop alignment
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?
-Dave
2009 Jun 17
0
[LLVMdev] Loop alignment
> 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