[clang] [InstrProf] Add frontend temporal profiling flag (PR #122385)
Carlo Cabrera via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 19:19:59 PST 2025
================
@@ -3035,6 +3035,38 @@ indexed format, regardeless whether it is produced by frontend or the IR pass.
overhead. ``prefer-atomic`` will be transformed to ``atomic`` when supported
by the target, or ``single`` otherwise.
+.. option:: -fprofile-generate-temporal
----------------
carlocab wrote:
Mild suggestion: `-fgenerate-temporal-profile` or `-ftemporal-profile-generate` seems less awkward to me.
https://github.com/llvm/llvm-project/pull/122385
More information about the cfe-commits
mailing list