[all-commits] [llvm/llvm-project] 47edf5: [ARM, CDE] Generalize MVE intrinsics infrastructure...
Mikhail Maltsev via All-commits
all-commits at lists.llvm.org
Tue Mar 10 07:03:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 47edf5bafb8ede52dca836eac770efffbf657d30
https://github.com/llvm/llvm-project/commit/47edf5bafb8ede52dca836eac770efffbf657d30
Author: Mikhail Maltsev <mikhail.maltsev at arm.com>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/BuiltinsARM.def
M clang/include/clang/Basic/CMakeLists.txt
M clang/include/clang/Basic/DiagnosticSemaKinds.td
A clang/include/clang/Basic/arm_cde.td
M clang/include/clang/Basic/arm_mve_defs.td
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/Decl.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
A clang/test/CodeGen/arm-cde-gpr.c
A clang/test/Headers/arm-cde-header.c
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
A clang/test/Sema/arm-cde-immediates.c
M clang/test/Sema/arm-mve-alias-attribute.c
M clang/utils/TableGen/MveEmitter.cpp
M clang/utils/TableGen/TableGen.cpp
M clang/utils/TableGen/TableGenBackends.h
M llvm/include/llvm/IR/IntrinsicsARM.td
Log Message:
-----------
[ARM,CDE] Generalize MVE intrinsics infrastructure to support CDE
Summary:
This patch generalizes the existing code to support CDE intrinsics
which will share some properties with existing MVE intrinsics
(some of the intrinsics will be polymorphic and accept/return values
of MVE vector types).
Specifically the patch:
* Adds new tablegen backends -gen-arm-cde-builtin-def,
-gen-arm-cde-builtin-codegen, -gen-arm-cde-builtin-sema,
-gen-arm-cde-builtin-aliases, -gen-arm-cde-builtin-header based on
existing MVE backends.
* Renames the '__clang_arm_mve_alias' attribute into
'__clang_arm_builtin_alias' (it will be used with CDE intrinsics as
well as MVE intrinsics)
* Implements semantic checks for the coprocessor argument of the CDE
intrinsics as well as the existing coprocessor intrinsics.
* Adds one CDE intrinsic __arm_cx1 to test the above changes
Reviewers: simon_tatham, MarkMurrayARM, ostannard, dmgreen
Reviewed By: simon_tatham
Subscribers: sdesmalen, mgorny, kristof.beyls, danielkiss, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D75850
More information about the All-commits
mailing list