[llvm-commits] [llvm] r118702 - in /llvm/trunk/lib/CodeGen: SplitKit.cpp SplitKit.h

Evan Cheng evan.cheng at apple.com
Wed Nov 10 12:17:13 PST 2010


Nice. One question though:


On Nov 10, 2010, at 11:31 AM, Jakob Stoklund Olesen wrote:

> 
> +  // Make sure that openli is properly extended from Idx to the new copy.
> +  // FIXME: This shouldn't be necessary for remats.
> +  openli_.addSimpleRange(Idx, VNI->def, ParentVNI);
> 

Why the "fixme"? Are you restricting remat to instructions with no register operands?

Evan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101110/1159b2a7/attachment.html>


More information about the llvm-commits mailing list