[all-commits] [llvm/llvm-project] d3f01b: [Attributor] AAPotentialValues Interface
Shinji Okumura via All-commits
all-commits at lists.llvm.org
Sun Aug 2 03:13:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3f01b6681bf73b382521db812341e0041787cc9
https://github.com/llvm/llvm-project/commit/d3f01b6681bf73b382521db812341e0041787cc9
Author: Shinji Okumura <okuraofvegetable at gmail.com>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/IR/LLVMContextImpl.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
A llvm/test/Transforms/Attributor/potential.ll
Log Message:
-----------
[Attributor] AAPotentialValues Interface
This is a split patch of D80991.
This patch introduces AAPotentialValues and its interface only.
For more detail of AAPotentialValues abstract attribute, see the original patch.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D83283
More information about the All-commits
mailing list