This should function as any other SimplifyCFGOption rather than having
the transform check and specially consider the attribute itself.
Details
Details
- Reviewers
morehouse jdoerfert hfinkel vitalybuka
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/Utils/SimplifyCFG.cpp | ||
---|---|---|
6183 | Should this go in the FoldTwoEntryPHINode function in case any future calls to the function are added? |
llvm/lib/Transforms/Utils/SimplifyCFG.cpp | ||
---|---|---|
6183 | I was going with the example of Options.SinkCommonInsts. If you are directly calling FoldTwoEntryPHINode, I would expect it to do as it claims regardless of the option |
Should this go in the FoldTwoEntryPHINode function in case any future calls to the function are added?