Refactor BasicBlockSections to use the target-specific noop insertion
hook from TargetInstrInfo instead of building it ourselves. Using the
TII hook is both cleaner and makes it easier to extend BBSections to
non-X86 targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo