Teach the SDag type legalizer how to split up debug info for integer values that are split into a hi and lo part.
This is yet another a split-off from http://reviews.llvm.org/D2680
Differential D4831
Debug info: Teach the SDag type legalizer how to split up debug info
for integer values that are split into a hi and lo part. aprantl on Aug 8 2014, 1:07 PM. Authored by
Details
Teach the SDag type legalizer how to split up debug info for integer values that are split into a hi and lo part. This is yet another a split-off from http://reviews.llvm.org/D2680
Diff Detail Event TimelineComment Actions Closed the wrong one :) Hopefully you can reopen this one. Sorry for
Comment Actions I _think_ I just messed up the comment. Comment Actions Ah, right -it's all getting jumbled up in my email because it has the I sent review to the wrong one - will rewrite/repost shortly. Blagle. Comment Actions Yep, you "Abandon" it (if you own the CR you can choose "Abandon" as one of Comment Actions Yes, but now that I abandoned it, it's still lying around. Can't I close or delete it now? Comment Actions Ah. Not sure - it can be "closed". I'm not sure if "closed" implies Comment Actions
When you figure this out, please make an appropriate note in the Phab doc. Thanks, |
Not knowing much about any of this SelDAG code, I don't understand how this change is related to the rest of the patch - could you explain it?