[PATCH] D22295: Introduce !splitpoint metadata and GlobalSplit pass.

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 20:23:13 PDT 2016


hfinkel added inline comments.

================
Comment at: docs/LangRef.rst:4918
@@ +4917,3 @@
+with split points. Each split point specifies a byte offset within the
+global, and allows the global variable to be split into multiple objects,
+which are not required to appear consecutively in memory.
----------------
Fair enough; I'm not sure how this is different in practice.


http://reviews.llvm.org/D22295





More information about the llvm-commits mailing list