[PATCH] D25878: IR, X86: Understand !range metadata on global variables.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 15:31:48 PST 2016
efriedma added inline comments.
================
Comment at: llvm/docs/LangRef.rst:4579
+declaration as a reference to an absolute symbol, which causes the backend to
+use absolute relocations for the symbol even in position independent code,
+and expresses the possible ranges that the global variable's *address*
----------------
This is sort of nitpicking, but could we call this something other than !range? Maybe !absolute_symbol? It's very different from the other uses of range metadata, given that it has mandatory effects on code generation.
https://reviews.llvm.org/D25878
More information about the llvm-commits
mailing list