[all-commits] [llvm/llvm-project] b077d8: [Attributor] Conditinoally delete fns
William Moses via All-commits
all-commits at lists.llvm.org
Sat Feb 27 17:38:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b077d82b00d81934c7c27ac89dd8b0e7f448bded
https://github.com/llvm/llvm-project/commit/b077d82b00d81934c7c27ac89dd8b0e7f448bded
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/ArgumentPromotion/live_called_from_dead.ll
M llvm/test/Transforms/Attributor/ArgumentPromotion/live_called_from_dead_2.ll
M llvm/test/Transforms/Attributor/IPConstantProp/dangling-block-address.ll
M llvm/test/Transforms/Attributor/align.ll
M llvm/test/Transforms/Attributor/liveness.ll
A llvm/test/Transforms/Attributor/nodelete.ll
M llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll
Log Message:
-----------
[Attributor] Conditinoally delete fns
Allow the attributor to delete functions only if requested
Differential Revision: https://reviews.llvm.org/D97238
More information about the All-commits
mailing list