[all-commits] [llvm/llvm-project] 916415: [AArch64][SME] Make the overloaded svreinterpret_*...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Mon Sep 4 03:32:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 916415b83732332d15125dee6d7a4b55438c8d7b
https://github.com/llvm/llvm-project/commit/916415b83732332d15125dee6d7a4b55438c8d7b
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M clang/include/clang/Basic/Attr.td
A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret_from_streaming_mode.c
M clang/utils/TableGen/SveEmitter.cpp
Log Message:
-----------
[AArch64][SME] Make the overloaded svreinterpret_* functions streaming-compatible.
Otherwise these functions are not inlined when invoked from streaming
functions.
Reviewed By: paulwalker-arm
Differential Revision: https://reviews.llvm.org/D159188
More information about the All-commits
mailing list