[all-commits] [llvm/llvm-project] ea5fab: [Attributor] Reuse existing logic to avoid duplica...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Jan 28 21:48:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea5fabe60c78e108bc33bda088f0ddd44d0c60cb
https://github.com/llvm/llvm-project/commit/ea5fabe60c78e108bc33bda088f0ddd44d0c60cb
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor] Reuse existing logic to avoid duplication
There was a TODO in AAValueConstantRangeArgument to reuse
AAArgumentFromCallSiteArguments. We now do this by allowing new States
to be build from the bestState.
More information about the All-commits
mailing list