[PATCH] D127831: BasicBlockUtils: Add a new way for CreateControlFlowHub()
Brendon Cahoon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 15:30:37 PDT 2022
bcahoon updated this revision to Diff 471673.
bcahoon added a comment.
Based upon reviewer feedback, this update changes the name of the command-line option, and passes the command-line value as a parameter to CreateControlFlowHub
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127831/new/
https://reviews.llvm.org/D127831
Files:
llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
llvm/test/CodeGen/AMDGPU/si-annotate-cf.ll
llvm/test/Transforms/FixIrreducible/basic.ll
llvm/test/Transforms/StructurizeCFG/workarounds/needs-fr-ule.ll
llvm/test/Transforms/StructurizeCFG/workarounds/needs-unified-loop-exits.ll
llvm/test/Transforms/UnifyLoopExits/integer_guards.ll
llvm/test/Transforms/UnifyLoopExits/nested.ll
llvm/test/Transforms/UnifyLoopExits/restore-ssa.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127831.471673.patch
Type: text/x-patch
Size: 40599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221028/ef3e4347/attachment-0001.bin>
More information about the llvm-commits
mailing list