[llvm-bugs] [Bug 47141] New: [Matrix] Implement explicit type conversion for matrix types

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 12 10:12:23 PDT 2020


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

            Bug ID: 47141
           Summary: [Matrix] Implement explicit type conversion for matrix
                    types
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: florian_hahn at apple.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
                    neeilans at live.com, richard-llvm at metafoo.co.uk

Conversion between values of matrix types is not implemented yet.

According to the spec, the following conversions should be allowed:

"A value of matrix type can be converted to another matrix type if the number
of rows and columns are the same and the value’s elements can be converted to
the element type of the result type. "

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200812/bd0ef5db/attachment-0001.html>


More information about the llvm-bugs mailing list