[llvm-commits] [llvm] r58631 - in /llvm/trunk: lib/Transforms/Scalar/LoopUnswitch.cpp test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
Chris Lattner
clattner at apple.com
Tue Nov 4 02:54:18 PST 2008
On Nov 3, 2008, at 11:38 AM, Devang Patel wrote:
> Author: dpatel
> Date: Mon Nov 3 13:38:07 2008
> New Revision: 58631
>
> URL: http://llvm.org/viewvc/llvm-project?rev=58631&view=rev
> Log:
> Ignore conditions that are outside the loop.
Why can't this be unswitched? Is this a missed optimization now?
-Chris
More information about the llvm-commits
mailing list