https://bugs.llvm.org/show_bug.cgi?id=39271

            Bug ID: 39271
           Summary: wasm32: Upcoming V128 type not handled in
                    `valueTypeToString`
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

In testing out SIMD support for wasm32 I was able to get quite far (yay!) and
it looks like there was just one minor omission in LLD, I hit a panic at some
point in an internal function [1] which doesn't handle the V128 case yet. I
didn't spend too much effort trying to minimize what happened but adding an
extra branch there for V128 fixed the issue and everything worked perfectly
afterwards!

[1]:
https://github.com/llvm-mirror/lld/blob/935d766de8b251de001fed5f44b9567ccf6cadb1/wasm/WriterUtils.cpp#L22-L35

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to