[PATCH] D124697: Distinguish between different forms of "address-taken" MachineBasicBlocks
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 14:56:42 PDT 2022
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:152
+ /// constant, this contains a pointer to that block.
+ BasicBlock *AddressTakenIRBlock = nullptr;
----------------
I meant go from the underlying IR block that's already there, not introduce a second reference. Blocks split from the end of of the block would not have an IR block reference
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124697/new/
https://reviews.llvm.org/D124697
More information about the llvm-commits
mailing list