[Attributor][NFC] Do not record dependences on fixed attributes
authorJohannes Doerfert <johannes@jdoerfert.de>
Mon, 14 Oct 2019 01:25:25 +0000 (20:25 -0500)
committerJohannes Doerfert <johannes@jdoerfert.de>
Thu, 31 Oct 2019 01:44:03 +0000 (20:44 -0500)
commit12173e60ec430214f4035edd12720f86fe2c9588
tree41a6e419ec0d4c5f2dc99a9a125c413f3d4131cd
parentb2083c53824d6465344f831e5dd0302ba2c40668
[Attributor][NFC] Do not record dependences on fixed attributes

Since fixed values cannot change, we do not need to wait for it to
happen, we will never notify the dependent attribute anyway.
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp