[PATCH] D113787: [llvm-reduce] keep terminator instructions during ReduceGlobalVars
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 11:16:46 PST 2021
aeubanks added a comment.
can we not delete instructions in this pass? just do the RAUW of global vars and leave the instruction deleting to another pass?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113787/new/
https://reviews.llvm.org/D113787
More information about the llvm-commits
mailing list