[PATCH] D79639: [SveEmitter] Builtins for SVE matrix multiply `mmla`.
Francesco Petrogalli via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 8 11:48:29 PDT 2020
fpetrogalli updated this revision to Diff 262923.
fpetrogalli added a comment.
I replaced the lines `Signed = !Signed` in the tablegen emitter with `Signed = false`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79639/new/
https://reviews.llvm.org/D79639
Files:
clang/include/clang/Basic/arm_sve.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp32.c
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp64.c
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c
clang/utils/TableGen/SveEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79639.262923.patch
Type: text/x-patch
Size: 7712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200508/f6b8e515/attachment-0001.bin>
More information about the cfe-commits
mailing list