[all-commits] [llvm/llvm-project] ad121e: [Attributor] Manifest simplified (return) values p...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Feb 14 19:45:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad121ea14d85ea3216048d4e956eb234899f41f7
https://github.com/llvm/llvm-project/commit/ad121ea14d85ea3216048d4e956eb234899f41f7
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/IPConstantProp/PR16052.ll
M llvm/test/Transforms/Attributor/value-simplify.ll
Log Message:
-----------
[Attributor] Manifest simplified (return) values properly
If we simplify a function return value we have to modify the return
instructions.
More information about the All-commits
mailing list