[llvm-commits] [patch] Convert uses of getPhysicalRegisterRegClass in VirtRegRewriter.cpp

Evan Cheng evan.cheng at apple.com
Mon Jul 12 00:55:26 PDT 2010


I don't think it's quite done. I plan to evaluate it in the near future. Using getMinimalPhysRegClass for now is fine.

Evan

On Jul 11, 2010, at 7:29 PM, Rafael Espindola <espindola at google.com> wrote:

>> Using getMinimalPhysRegClass should be correct, but very conservative.
>> It is possible that the current register is used only in instructions
>> that would accept registers from a larger classes. Unfortunately "make
>> check-lit" found no such cases :-(
> 
> Just noticed that this is because there is no test that uses
> -break-anti-dependencies=all :-(. Is this being file being used at
> all?
> 
> Cheers,
> -- 
> Rafael Ávila de Espíndola
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list