[PATCH] D88773: Reland "[WebAssembly] Emulate v128.const efficiently""
Dan Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 3 14:42:22 PDT 2020
dweber added a comment.
Side note: I filed a bug request on the operator= behavior for ulittle64_t. It has an explicit constructor that takes in any value in native endianness, but operator= is defined to convert endianness. My guess is because the operator= doesn't return ulittle64_t&, it can't construct properly through operator=. Issue is here: https://bugs.llvm.org/show_bug.cgi?id=47719
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88773/new/
https://reviews.llvm.org/D88773
More information about the llvm-commits
mailing list