]> granicus.if.org Git - llvm/commit
[Attributor] Add all missing attribute definitions/symbols
authorJohannes Doerfert <jdoerfert@anl.gov>
Fri, 16 Aug 2019 21:31:11 +0000 (21:31 +0000)
committerJohannes Doerfert <jdoerfert@anl.gov>
Fri, 16 Aug 2019 21:31:11 +0000 (21:31 +0000)
commit7490cd5d25c143fe64f0d4654789a60d9195c750
treebd287c66294c0bc368d2ce1758d76423377ad196
parent4f0c62c4488a087b7d52ba619587e059010f56af
[Attributor] Add all missing attribute definitions/symbols

As a preparation to "on-demand" abstract attribute generation we need
implementations for all attributes (as they can be queried and then
created on-demand where we now fail to find one).

Reviewers: uenoku, sstefan1

Subscribers: hiraditya, bollu, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66129

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369155 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Attributor.cpp