[PATCH] D123942: llvm-reduce: Don't delete triple/datalayout
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 12:39:56 PDT 2022
aeubanks added a comment.
we probably have different experiences, but personally I do find reducing the triple/datalayout helpful, a lot of the things I reduce aren't affected by the two. I don't think it's a bad thing that this depends on whether or not the test script passes `-mtriple` or not, llvm-reduce is doing its job and reducing as much as possible
however, I can see why it might be annoying, and re-adding the two lines is more work than deleting them
perhaps a flag to toggle this behavior?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123942/new/
https://reviews.llvm.org/D123942
More information about the llvm-commits
mailing list