[llvm-dev] Access the Post Dominator tree

Kaarthik Alagapan via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 16 10:43:32 PDT 2019


I’m trying to access the (post) dominator tree at the SelectionDAG phase to get the immediate post dominator block of a branch block. Would the post dominator tree be built at before that stage or does it occur after building the DAG? If it is, how can I get the post dominator tree of the specific block? I’m not able to find a specific function that returns the tree other than getNode but that works on a dominator tree.

Regards,
Kaarthik A.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191016/227f21ba/attachment.html>


More information about the llvm-dev mailing list