[PATCH] D95125: [WebAssembly] Enable loop unrolling

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 18:41:54 PST 2021


tlively added a comment.

I ran Emscripten's larger benchmarks with this patch applied and these are the results:
F15311658: Screenshot 2021-02-02 at 18.34.29.png <https://reviews.llvm.org/F15311658>

The results are great on coremark but more modest on the other benchmarks. Interestingly, loop unrolling has no effect at all on lzma or poppler. It's also good to see that the increases in the compressed sizes are uniformly smaller than the increases in the uncompressed sizes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95125/new/

https://reviews.llvm.org/D95125



More information about the llvm-commits mailing list