[all-commits] [llvm/llvm-project] 697c6d: [Attributor] Cache query results for isPotentially...
Shinji Okumura via All-commits
all-commits at lists.llvm.org
Thu Jul 23 04:51:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 697c6d8907e781534eeff062fbe90806ece4b25c
https://github.com/llvm/llvm-project/commit/697c6d8907e781534eeff062fbe90806ece4b25c
Author: Shinji Okumura <okuraofvegetable at gmail.com>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor] Cache query results for isPotentiallyReachable in AAReachability
Summary:
This is the next patch of [[ https://reviews.llvm.org/D76210 | D76210 ]].
This patch made a map in `InformationCache` for caching results.
Reviewers: jdoerfert, sstefan1, uenoku, homerdin, baziotis
Reviewed By: jdoerfert
Subscribers: hiraditya, uenoku, kuter, bbn, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D83246
More information about the All-commits
mailing list