[all-commits] [llvm/llvm-project] 813f43: [AssumeBundles] adapt Assumption cache to assume b...
Ralender via All-commits
all-commits at lists.llvm.org
Mon Apr 13 03:12:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 813f438baaa9638529023b2218875e01ea037735
https://github.com/llvm/llvm-project/commit/813f438baaa9638529023b2218875e01ea037735
Author: Tyker <tyker1 at outlook.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/AssumptionCache.h
M llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
M llvm/lib/Analysis/AssumptionCache.cpp
M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
M llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/unittests/Analysis/AssumeBundleQueriesTest.cpp
Log Message:
-----------
[AssumeBundles] adapt Assumption cache to assume bundles
Summary: change assumption cache to store an assume along with an index to the operand bundle containing the knowledge.
Reviewers: jdoerfert, hfinkel
Reviewed By: jdoerfert
Subscribers: hiraditya, mgrang, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77402
More information about the All-commits
mailing list