[clang] [llvm] [StackProtector] Introduce stack-protect-attributor pass to remove unnecessary protections. (PR #150390)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 01:40:57 PDT 2025


https://github.com/nikic commented:

Why is this a separate pass that removes attributes from the *function* if *all* allocas are safe, rather than integrated with the actual stack protection, so that the decision can be made per alloca?

https://github.com/llvm/llvm-project/pull/150390


More information about the llvm-commits mailing list