diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 60dd07ddb26..6ade99ab174 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -106,6 +106,12 @@ Non-comprehensive list of changes in this release still under heavy development and disabled by default, to enable an early run pass ``-mllvm -attributor-disable=false`` to an invocation of clang. +* New matrix math intrinsics have been added to LLVM + (see :ref:`LLVM Language Reference Manual <i_matrixintrinsics>`), together + with the LowerMatrixIntrinsics pass. The pass lowers matrix intrinsics + to a set of efficient vector instructions. The lowering pass is off + by default and can be enabled by passing ``-mllvm -enable-matrix`` to an + invocation of clang. Changes to the LLVM IR |

