[PATCH] D66913: [Attributor] Use the whitelist for attributes consistently

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 16:32:33 PDT 2019


jdoerfert created this revision.
jdoerfert added reviewers: uenoku, sstefan1.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.

We create attributes on-demand so we need to check the whitelist
on-demand. This also unifies the location at which we create and
initialize new abstract attributes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66913

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66913.217738.patch
Type: text/x-patch
Size: 12806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190828/4db97e40/attachment.bin>


More information about the llvm-commits mailing list