[all-commits] [llvm/llvm-project] 49b307: [AArch64][SVE] CodeGen of ACLE Builtin Types
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Feb 19 04:11:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 49b307e96d47a74e4aa8f60f3d493eac10849d4b
https://github.com/llvm/llvm-project/commit/49b307e96d47a74e4aa8f60f3d493eac10849d4b
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/test/CodeGen/aarch64-sve.c
Log Message:
-----------
[AArch64][SVE] CodeGen of ACLE Builtin Types
Summary:
This patch adds codegen support for the ACLE builtin types added in:
https://reviews.llvm.org/D62960
so that the ACLE builtin types are emitted as corresponding scalable
vector types in LLVM.
Reviewers: rsandifo-arm, rovka, rjmccall, efriedma
Reviewed By: efriedma
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits, cfe-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D74724
More information about the All-commits
mailing list