[all-commits] [llvm/llvm-project] 827bad: [Attributor] [NFC] Use `checkForAllUses` helpr in ...
Hideto Ueno via All-commits
all-commits at lists.llvm.org
Thu Dec 12 05:35:48 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 827bade262ba689ffb221b3208800fc0e779aaf5
https://github.com/llvm/llvm-project/commit/827bade262ba689ffb221b3208800fc0e779aaf5
Author: Hideto Ueno <uenoku.tokotoko at gmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor] [NFC] Use `checkForAllUses` helpr in `AAHeapToStackImpl::updateImpl`
Summary: Remove `Worklist` iteration and make use `checkForAllUses`. There is no test chage.
Reviewers: sstefan1, jdoerfert
Reviewed By: jdoerfert
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71352
More information about the All-commits
mailing list