Files
llvm/test/Transforms
James Molloy f75627aa1c [SimplifyCFG] Don't create unnecessary PHIs
In conditional store merging, we were creating PHIs when we didn't
need to. If the value to be predicated isn't defined in the block
we're predicating, then it doesn't need a PHI at all (because we only
deal with triangles and diamonds, any value not in the predicated BB
must dominate the predicated BB).

This fixes a large code size increase in some benchmarks in a popular embedded benchmark suite.

Now with a fix (and fixed tests) for the conformance issue seen in Chromium.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255767 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-16 14:12:44 +00:00
..
2015-12-12 05:38:55 +00:00
2015-12-14 18:34:23 +00:00
2015-12-11 13:36:59 +00:00
2015-12-14 18:34:23 +00:00