[PATCH] [MachineSink] Use the real post dominator tree

Jingyue Wu jingyue at google.com
Wed Aug 27 13:41:10 PDT 2014


PR20776 blocks submitting this diff which is not really the culprit. To move
things forward, I add a flag to use MachinePostDominatorTree only when
specified in the command line, so that people can experiment it. After PR20776
is resolved, I will remove this flag and let MachineSinking always use
MachinePostDominatorTree.

Owen and Jiangning, is this temporary work around OK with you?

http://reviews.llvm.org/D4814

Files:
  lib/CodeGen/MachineSink.cpp
  test/CodeGen/NVPTX/machine-sink.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4814.12999.patch
Type: text/x-patch
Size: 5046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140827/fc163169/attachment.bin>


More information about the llvm-commits mailing list