[PATCH] D35474: SSAUpdater: Add mode when Phi creation is not allowed
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 14:05:03 PDT 2017
dberlin added a comment.
I need this patch for implementation of PR26223.
Can you share more details, looking at that bug, i do not understand why this mode would be needed, at all.
I also don't see the point in using ssaupdater if it doesn't allow phi node creation.
In such a situation, all the answers are pre-determined and don't require the updater at all.
https://reviews.llvm.org/D35474
More information about the llvm-commits
mailing list