[PATCH] D95125: [WebAssembly] Enable loop unrolling

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 14:05:09 PST 2021


tlively added a comment.

@dschuff, do you have an opinion about this?

I'm inclined to merge this and leave it to users for whom the code size increase is unacceptable to use -Os/-Oz/-fno-unroll-loops to disable it. I'd be curious to see the code size and perf impacts are on the Emscripten benchmark suite, too.


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