[Attributor][NFCI] Add UsedAssumedInformation to more interfaces
authorJohannes Doerfert <johannes@jdoerfert.de>
Sat, 10 Jul 2021 00:09:40 +0000 (19:09 -0500)
committerJohannes Doerfert <johannes@jdoerfert.de>
Sat, 10 Jul 2021 17:32:51 +0000 (12:32 -0500)
commit269416d41908bb670f67af689155d5ab8eea689a
treebdcbc296de1d29a5398e8d0c3654b803d2be5275
parentd39179d7fa17a20e214cffeaad61a12e9b0d337a
[Attributor][NFCI] Add UsedAssumedInformation to more interfaces

As with other Attributor interfaces we often want to know if assumed
information was used to answer a query. This is important if only
known information is allowed or if known information can lead to an
early fixpoint. The users have been adjusted but none of them utilizes
the new information yet.
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/lib/Transforms/IPO/OpenMPOpt.cpp