[llvm] [LLVM] Add new attribute `optdebug` to optimize for debugging (PR #66632)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 08:57:39 PDT 2023
aeubanks wrote:
And same with `optsize`/`minsize` since those explicitly want as many simplifications as possible which conflicts with `optdebug`
https://github.com/llvm/llvm-project/pull/66632
More information about the llvm-commits
mailing list