Extend the MIR parser and writer so that the call site information can
refer to calls that are bundled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/DebugInfo/MIR/Hexagon/bundled-call-site-info.mir | ||
---|---|---|
1 ↗ | (On Diff #214846) | MIR parser tests usually go to test/CodeGen/MIR. Should just -run-pass=none -verify-machineinstrs |
Comment Actions
I don't know enough about VLIW bundle handling to really decide, but mechanically, this seems good.
Comment Actions
Thanks for the reviews! I can let this sit in Phabricator for a few more days to see if there are any more comments before landing it.