[PATCH] D26420: Encode duplication factor from loop vectorization and loop unrolling to discriminator.
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 11:58:18 PST 2017
hfinkel added inline comments.
================
Comment at: docs/LangRef.rst:4004
+``retainedTypes:``, ``subprograms:``, ``globals:``, ``imports:``, ``macros:``
+and ``debugInfoForProfiling:`` fields are tuples containing the debug info to be
+emitted along with the compile unit, regardless of code optimizations (some
----------------
debugInfoForProfiling is not a 'tuple containing debug info to be emitted'. Instead of adding it to that list, how about adding another sentence like:
The ``debugInfoForProfiling:`` field is a boolean indicating whether or not line-table discriminators are updated to provide more-accurate profiling results.
https://reviews.llvm.org/D26420
More information about the llvm-commits
mailing list