[PATCH] D140882: llvm-reduce: Avoid invalid attribute reduction on optnone functions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 04:59:00 PST 2023


arsenm created this revision.
arsenm added reviewers: aeubanks, regehr, lebedev.ri, jdoerfert.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

We have this ridiculous restriction that optnone requires noinline,
so the pair needs to be removed if we want to remove noinline.


https://reviews.llvm.org/D140882

Files:
  llvm/test/tools/llvm-reduce/reduce-attributes-optnone-noinline.ll
  llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140882.485960.patch
Type: text/x-patch
Size: 3948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230103/c6cd7f93/attachment.bin>


More information about the llvm-commits mailing list