[llvm] [LLVM] Add new attribute `optdebug` to optimize for debugging (PR #66632)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 12 10:48:31 PDT 2023
================
@@ -2028,6 +2030,8 @@ example:
This attribute suggests that optimization passes and code generator passes
should make choices that try to preserve debug info without significantly
degrading runtime performance.
+ This attribute is incompatible with the ``minsize``, ``optsize``, and
+ ``optnone`` attributes.
----------------
dwblaikie wrote:
Looks like this could be committed separately.
https://github.com/llvm/llvm-project/pull/66632
More information about the llvm-commits
mailing list