[PATCH] D112651: [llvm-reduce] Add flag to start at finer granularity
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 10:01:44 PST 2021
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
hmm, it still doesn't make sense to me that you'd actually attempt to use/link the IR produced by llvm-reduce since it's definitely not semantics preserving in any way at all
but anyway, if this is purely for performance then sure
the test could attempt to test the behavior a bit more, although I'm not sure how you'd do that aside from looking at logging, so this lgtm
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112651/new/
https://reviews.llvm.org/D112651
More information about the llvm-commits
mailing list