summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJohannes Doerfert <johannes@jdoerfert.de>2021-09-11 18:15:53 -0500
committerJohannes Doerfert <johannes@jdoerfert.de>2021-12-28 23:53:29 -0600
commit6e2fcf8513a3a1deb4d04851ded6719ab6e1ea4c (patch)
treeb88dd6f78b806bfd8dc6c2fc3530a177137b062f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent9f04a0ea433be40c4b4f61c2aa8522fe36a09fb9 (diff)
[Attributor][FIX] Ensure store uses are correlated with reloads
While we skipped uses in stores if we can find all copies of the value when the memory is loaded, we did not correlate the use in the store with the use in the load. So far this lead to less precise results in the offset calculations which prevented deductions. With the new EquivalentUseCB callback argument the user of checkForAllUses can be informed of the correlation and act on it appropriately. Differential Revision: https://reviews.llvm.org/D109662
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions