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());

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to