[llvm] [BasicBlockSections] Apply path cloning with -basic-block-sections. (PR #68860)
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 14:26:31 PDT 2023
================
@@ -99,6 +101,33 @@ static cl::opt<bool> BBSectionsDetectSourceDrift(
namespace {
+MachineBasicBlock *CloneMachineBasicBlock(MachineBasicBlock *MBB) {
----------------
rlavaee wrote:
We need to copy the machine-instructions.
https://github.com/llvm/llvm-project/pull/68860
More information about the llvm-commits
mailing list