[all-commits] [llvm/llvm-project] d75c9e: [Attributor] Attributor call site specific AAValue...
Kuter Dinel via All-commits
all-commits at lists.llvm.org
Wed Mar 10 14:20:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d75c9e61a5a3a50203f68f7e329c9c670d267a98
https://github.com/llvm/llvm-project/commit/d75c9e61a5a3a50203f68f7e329c9c670d267a98
Author: kuterd <kuterdinel at gmail.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
A llvm/test/Transforms/Attributor/cb_range_disabled.ll
A llvm/test/Transforms/Attributor/cb_range_enabled.ll
M llvm/unittests/Transforms/IPO/AttributorTest.cpp
Log Message:
-----------
[Attributor] Attributor call site specific AAValueConstantRange
This patch makes uses of the context bridges introduced in D83299 to make
AAValueConstantRange call site specific.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D83744
More information about the All-commits
mailing list