[llvm-commits] [test-suite] r99329 - /test-suite/trunk/TEST.m2regllcdbg.Makefile

Bill Wendling isanbard at gmail.com
Tue Mar 23 16:12:04 PDT 2010


On Mar 23, 2010, at 3:26 PM, Dale Johannesen wrote:

> On Mar 23, 2010, at 2:36 PMPDT, Bill Wendling wrote:
> 
>> Remove "crit_edge*" comments. These could change, but they don't effect code
>> generation.
> 
> The comments don't affect codegen, but the reason they change is that additional tmp symbols (a duplicate of some value that is already available elsewhere) are generated in one case.  It is true that some later pass clears up these dupes in all the examples I've looked at, so the only difference is the comments, but I'm unpersuaded this is always true, and I don't think this patch is a good idea.
> 
Yeah. I agree. I went ahead and reverted the patch. I'll investigate why the extra temp is being created.

-bw






More information about the llvm-commits mailing list