]> granicus.if.org Git - llvm/commit
[Attributor][NFC] Introduce aliases for call site attributes
authorJohannes Doerfert <jdoerfert@anl.gov>
Fri, 16 Aug 2019 19:49:00 +0000 (19:49 +0000)
committerJohannes Doerfert <jdoerfert@anl.gov>
Fri, 16 Aug 2019 19:49:00 +0000 (19:49 +0000)
commit910dc4b6855c177c0692a000e0f2c12e9ae3f3e1
tree319a8927ecb1c0031264ae3be3a9a42bb83915bb
parent0d91b9a33229cb7a14121ef8b8d8f305d1c07e7d
[Attributor][NFC] Introduce aliases for call site attributes

Until we have call site specific liveness and/or value information there
is no need to do call site specific deduction. Though, we need the
symbols in follow up patches that make Attributor::getAAFor return a
reference.

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