[PATCH] D87302: [IRSim][IROutliner] Adding DebugInfo handling for IR outlined functions.
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 10 08:29:37 PDT 2021
AndrewLitteken added a comment.
In D87302#2809796 <https://reviews.llvm.org/D87302#2809796>, @djtodoro wrote:
> I guess this will need something like that -- on both MIR and IR versions of the pass. Any thoughts about this?
I think that's certainly possible. If there was a way in the debug info to say that a specific section of IR is from Section A of the program if called from location A, Section B if called from location B etc that would solve the problem. I don't know enough about DebugInfo to really say how difficult that would be though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87302/new/
https://reviews.llvm.org/D87302
More information about the llvm-commits
mailing list