[PATCH] D158815: [opt] Add option to strip optnone attribute

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 00:48:42 PDT 2023


nikic added a comment.

It seems like `-force-remove-attribute` should be able to do this, but apparently it doesn't allow removing an attribute from all functions currently, only explicitly named ones. Maybe we should extend that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158815/new/

https://reviews.llvm.org/D158815



More information about the llvm-commits mailing list