[llvm-commits] [Review request] Recursively delete trivially dead conditions of constant folded terminators.
Frits van Bommel
fvbommel at gmail.com
Sun May 22 09:32:58 PDT 2011
On Sun, May 22, 2011 at 6:05 AM, Chris Lattner <clattner at apple.com> wrote:
> Looks great to me, please commit Frits, thanks!
Committed as r131855.
I've also made -codegenprepare use this logic; a call to
ConstantFoldTerminator() was added to it a few days after I posted
this patch, and it should be completely harmless ('make check'
agrees).
More information about the llvm-commits
mailing list