[all-commits] [llvm/llvm-project] 5d3460: [Attributor] Only replace instruction operands
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Dec 13 20:18:01 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d34602da452bd34b6b1bc6bc0a92017050bbe4a
https://github.com/llvm/llvm-project/commit/5d34602da452bd34b6b1bc6bc0a92017050bbe4a
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor] Only replace instruction operands
This was part of D70767. When we replace the value of (call/invoke)
instructions we do not want to disturb the old call graph so we will
only replace instruction uses until we get rid of the old PM.
Accepted as part of D70767.
More information about the All-commits
mailing list