[llvm] [BasicBlockSections] Apply path cloning with -basic-block-sections. (PR #68860)
Sriraman Tallam via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 14:43:41 PDT 2023
================
@@ -99,6 +101,33 @@ static cl::opt<bool> BBSectionsDetectSourceDrift(
namespace {
+MachineBasicBlock *CloneMachineBasicBlock(MachineBasicBlock *MBB) {
----------------
tmsri wrote:
I mean CodeGen/MachineBasicBlock.h. This is a simple change so I am not insisting.
https://github.com/llvm/llvm-project/pull/68860
More information about the llvm-commits
mailing list