[all-commits] [llvm/llvm-project] 34fe8d: [Attributor] Use `changeUseAfterManifest` in AAVal...
Hideto Ueno via All-commits
all-commits at lists.llvm.org
Mon Dec 30 00:11:26 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 34fe8d0451174829529bb8da8ad0c631825e16e0
https://github.com/llvm/llvm-project/commit/34fe8d0451174829529bb8da8ad0c631825e16e0
Author: Hideto Ueno <uenoku.tokotoko at gmail.com>
Date: 2019-12-30 (Mon, 30 Dec 2019)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/ArgumentPromotion/2008-07-02-array-indexing.ll
M llvm/test/Transforms/Attributor/ArgumentPromotion/control-flow.ll
M llvm/test/Transforms/Attributor/ArgumentPromotion/control-flow2.ll
M llvm/test/Transforms/Attributor/ArgumentPromotion/reserve-tbaa.ll
M llvm/test/Transforms/Attributor/value-simplify.ll
Log Message:
-----------
[Attributor] Use `changeUseAfterManifest` in AAValueSimplify manifest
Summary: This patch makes `AAValueSimplify` use `changeUsesAfterManifest` in `manifest`. This will invoke simple folding after the manifest.
Reviewers: jdoerfert, sstefan1
Reviewed By: jdoerfert
Subscribers: hiraditya, arphaman, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71972
More information about the All-commits
mailing list