[all-commits] [llvm/llvm-project] 9d7785: [BasicBlockUtils][NFCI] Extract branch inverting t...
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Fri Apr 21 05:44:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d7785b2e99548f3fde6fa030443a4d443dec647
https://github.com/llvm/llvm-project/commit/9d7785b2e99548f3fde6fa030443a4d443dec647
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
M llvm/lib/Transforms/Utils/FlattenCFG.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[BasicBlockUtils][NFCI] Extract branch inverting to a separate method
The motivation is to make possible branch inverting code reuse.
Patch by Aleksandr Popov!
Differential Revision: https://reviews.llvm.org/D148708
More information about the All-commits
mailing list