[PATCH] D50682: [WebAssembly] Fix encoding of non-SIMD vector-typed instructions
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 13 18:40:49 PDT 2018
tlively added a comment.
In https://reviews.llvm.org/D50682#1198308, @aheejin wrote:
> Oh, do we have any test for this?
None of the current tests trigger this error, but an upcoming CL implementing splat does trigger it. I will include tests for this in the tests for that CL.
Repository:
rL LLVM
https://reviews.llvm.org/D50682
More information about the llvm-commits
mailing list