[llvm-commits] [llvm] r40521 - in /llvm/trunk: include/llvm/CodeGen/Passes.h lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/LowerSubregs.cpp

Evan Cheng evan.cheng at apple.com
Thu Jul 26 18:30:22 PDT 2007


Should this be right after register allocation? Any reason to keep  
the pseudo instructions around after allocation?

Evan

On Jul 26, 2007, at 1:18 AM, Christopher Lamb wrote:

>    if (addPreEmitPass(PM, Fast) && PrintMachineCode)
>      PM.add(createMachineFunctionPrinterPass(cerr));
> +
> +  PM.add(createLowerSubregsPass());

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070726/3649f030/attachment.html>


More information about the llvm-commits mailing list