To debugify MIR, we need to be able to create metadata and to do that, we
need a non-const Module. However, MachineFunction only had a const reference
to the Function preventing this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo