[all-commits] [llvm/llvm-project] 6e04da: [DCE] Port -redundant-dbg-inst-elim to NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Sat Nov 14 16:55:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6e04da0a5ac98e776fa94a6ae240d3fed2d8be57
https://github.com/llvm/llvm-project/commit/6e04da0a5ac98e776fa94a6ae240d3fed2d8be57
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-11-14 (Sat, 14 Nov 2020)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/DCE.h
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Scalar/DCE.cpp
M llvm/test/Transforms/DCE/dbg-value-removal.ll
Log Message:
-----------
[DCE] Port -redundant-dbg-inst-elim to NPM
This is used to test RemoveRedundantDbgInstrs(), which is used by other
passes.
Reviewed By: ychen
Differential Revision: https://reviews.llvm.org/D91477
More information about the All-commits
mailing list