[PATCH] D67639: [WebAssembly] Restore defaults for stores per memop
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 16:04:31 PDT 2019
tlively added a comment.
In D67639#1671921 <https://reviews.llvm.org/D67639#1671921>, @aheejin wrote:
> What are the default values for those if we unset them?
8 stores normally or 4 stores when optimizing for size. If SIMD is enabled that will be 128 and 64 bytes, respectively, or else it will be 64 and 32 bytes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67639/new/
https://reviews.llvm.org/D67639
More information about the llvm-commits
mailing list