[PATCH] D65479: [Bugpoint redesign] Added pass to reduce parameters
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 13:18:39 PDT 2019
dblaikie added a comment.
Having this pass remove AllocaInst too seems like it might be mixing responsibilities - presumably another pass might be invented to remove these AllocaInst separately? (& then it could get otherAllocaInst, other than just the ones used for parameters - like ones used for locals)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65479/new/
https://reviews.llvm.org/D65479
More information about the llvm-commits
mailing list