[llvm-commits] [llvm] r112420 - /llvm/trunk/include/llvm/Support/StandardPasses.h
Chris Lattner
clattner at apple.com
Sun Aug 29 12:56:47 PDT 2010
On Aug 29, 2010, at 12:39 AM, Eli Friedman wrote:
>>
>> I never got around to changing it to use the SSA updator. That
>> said, I could easily change it to not promote the alloca to a
>> register. Since it's only used if an exception is raised, that
>> wouldn't be a big loss.
I took care of this. I need to refactor some code, but it's done.
> Or, we could just rewrite mem2reg to use SSAUpdater :)
Lets not get ahead of ourselves... ;-)
-Chris
More information about the llvm-commits
mailing list