mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
ad00f21093
to determine where to place PHIs by iteratively comparing reaching definitions at each block. That was just plain wrong. This version now computes the dominator tree within the subset of the CFG where PHIs may need to be placed, and then places the PHIs in the iterated dominance frontier of each definition. The rest of the patch is mostly the same, with a few more performance improvements added in. llvm-svn: 101612 |
||
---|---|---|
.. | ||
AddrModeMatcher.h | ||
BasicBlockUtils.h | ||
BasicInliner.h | ||
BuildLibCalls.h | ||
Cloning.h | ||
FunctionUtils.h | ||
Local.h | ||
PromoteMemToReg.h | ||
SSAUpdater.h | ||
SSI.h | ||
UnifyFunctionExitNodes.h | ||
UnrollLoop.h | ||
ValueMapper.h |