aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

I would still prefer no-inline-info or no-inline-debuginfo over 
no-inline-linetables and a line 0 location for the inlined instructions. Other 
than that the patch is now safe.



================
Comment at: llvm/lib/Transforms/Utils/InlineFunction.cpp:1431
+        }
+        BI->setDebugLoc(TheCallDL);
+        continue;
----------------
I still think an artificial (line 0) location would be less misleading for 
debuggers, profilers, and optimization remarks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67723/new/

https://reviews.llvm.org/D67723



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to