[PATCH] D78459: [AVR] Don't adjust for instruction size
Dylan McKay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 14 04:17:03 PDT 2020
dylanmckay added a comment.
Also, you may already know about it but if not, the LLVM bugpoint tool can usually heavily reduce testcase size. I usually get 99% cutdown from some of the larger IR files. If the file must be large though, it must be large (as some tests are) so let's add it anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78459/new/
https://reviews.llvm.org/D78459
More information about the llvm-commits
mailing list