[PATCH] D80120: [InstCombine] Sink pure instructions down to return and unreachable blocks
Maxim Kuvyrkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 10:14:31 PDT 2020
maxim-kuvyrkov added a comment.
Hi @mkazantsev ,
Linaro benchmarking CI flagged this patch as increases code-size of SPEC2k6's 401.bzip2 by 3% on ARM (Thumb2 mode) and by 5% on AArch64. This happens at -Os -flto.
Would you please check if this triggers a corner-case in your patch or something else that we can easily fix?
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80120/new/
https://reviews.llvm.org/D80120
More information about the llvm-commits
mailing list