[PATCH] D88773: Reland "[WebAssembly] Emulate v128.const efficiently""

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 18:42:19 PDT 2020


hubert.reinterpretcast added a comment.

In D88773#2312611 <https://reviews.llvm.org/D88773#2312611>, @tlively wrote:

> I think the description still applies. Were you thinking of mentioning the specific error message? "C2100: illegal indirection" doesn't seem to give any more information than is already in the description.

I was referring to the following.

Quote:

> First, MSVC does not like when std::array is initialized with only single braces [ ... ]

MSVC does not like when std::array is initialized from a braced init list contained within a parenthesized expression list.


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