[PATCH] D83185: [Attributor] Introduce Attribute seed allow list.

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 5 17:35:53 PDT 2020


kuter created this revision.
Herald added subscribers: llvm-commits, uenoku, hiraditya.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a reviewer: uenoku.
Herald added a reviewer: homerdin.
Herald added a reviewer: baziotis.
Herald added a project: LLVM.
kuter updated this revision to Diff 275585.
kuter added a comment.

Replace ternary expression with early return


This patch introduces a command line option for allowing only selected attributes to be seeded.


https://reviews.llvm.org/D83185

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83185.275585.patch
Type: text/x-patch
Size: 3635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200706/48b3c931/attachment.bin>


More information about the llvm-commits mailing list