diff options
author | Francesco Petrogalli <francesco.petrogalli@arm.com> | 2020-05-06 20:52:30 +0000 |
---|---|---|
committer | Francesco Petrogalli <francesco.petrogalli@arm.com> | 2020-05-18 22:02:19 +0000 |
commit | e2cc12e412821b05b4c31b74068976a90f167f1e (patch) | |
tree | 27dd89b392f89fbf7168566f69a9ca0ce0876604 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 01f9d8ce5c0e394d4a080ed6117f64e284b3f303 (diff) | |
download | llvm-e2cc12e412821b05b4c31b74068976a90f167f1e.zip llvm-e2cc12e412821b05b4c31b74068976a90f167f1e.tar.gz llvm-e2cc12e412821b05b4c31b74068976a90f167f1e.tar.bz2 |
[SveEmitter] Builtins for SVE matrix multiply `mmla`.
Summary:
Guarded by __ARM_FEATURE_SVE_MATMUL_INT8:
* svmmla_u32
* svmmla_s32
* svusmmla_s32
Guarded by __ARM_FEATURE_SVE_MATMUL_FP32:
* svmmla_f32
Guarded by __ARM_FEATURE_SVE_MATMUL_FP64:
* svmmla_f64
Reviewers: sdesmalen, kmclaughlin, efriedma, rengolin
Subscribers: tschuett, kristof.beyls, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D79639
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions