[llvm-commits] [llvm] r53087 - /llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp

Chris Lattner clattner at apple.com
Thu Jul 3 09:42:14 PDT 2008


On Jul 2, 2008, at 11:50 PM, Devang Patel wrote:

> Author: dpatel
> Date: Thu Jul  3 01:50:04 2008
> New Revision: 53087
>
> URL: http://llvm.org/viewvc/llvm-project?rev=53087&view=rev
> Log:
> Remove extra FIXME

:) Thanks.

One other question: does the "trivial unswitch" code correctly update  
dom info?  If so, it would be nice to not rebuild dom info when it  
happens.  Also, is it possible to rebuild dom info a max of once per  
"runOnFunction" instead of once per unswitched loop?

-Chris



More information about the llvm-commits mailing list