[all-commits] [llvm/llvm-project] b70297: [Attributor][FIX] Ensure abstract attributes are e...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Feb 14 19:45:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b70297a39ab9c8ad27e5681928b10073ed7db2fb
https://github.com/llvm/llvm-project/commit/b70297a39ab9c8ad27e5681928b10073ed7db2fb
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
A llvm/test/Transforms/Attributor/reduced/register_benchmark_test.ll
Log Message:
-----------
[Attributor][FIX] Ensure abstract attributes are existing before manifest
While the function return updateImpl did only look at call sites the
manifest method looked at return values. If we don't do this during the
updateImpl we might create new abstract attributes during manifest. This
is a problem when it comes to liveness information.
More information about the All-commits
mailing list