[PATCH] D69457: [globalisel][docs] Rewrite the IRTranslator documentation
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 02:31:00 PDT 2019
rovka added inline comments.
================
Comment at: llvm/docs/GlobalISel/IRTranslator.rst:88
+implementation (``CSEMIRBuilder``). Their debug location information is removed
+to this from confusing debuggers.
----------------
+ "prevent" or something.
================
Comment at: llvm/docs/GlobalISel/IRTranslator.rst:94
+spills and reloads in an -O0 pipeline, as these virtual registers can have long
+live ranges. This can be mitigated by running a localizer after the translator.
----------------
Maybe a link to the in-tree Localizer pass?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69457/new/
https://reviews.llvm.org/D69457
More information about the llvm-commits
mailing list