[llvm-bugs] [Bug 46164] New: [Matrix] Implement compound assignment operators
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 1 12:17:44 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46164
Bug ID: 46164
Summary: [Matrix] Implement compound assignment operators
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: florian_hahn at apple.com
CC: blitzrakete at gmail.com, dgregor at apple.com,
erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
richard-llvm at metafoo.co.uk
Support for +/- operators for matrix types has been added in
https://reviews.llvm.org/rG6f6e91d19337315548f550479f94cbc0af93c8fe and there
is a patch to implement the * operator: https://reviews.llvm.org/D76794
But the compound assignment operators still need to be implemented.
--
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/20200601/ee9f7f24/attachment.html>
More information about the llvm-bugs
mailing list