[all-commits] [llvm/llvm-project] 4b8f23: [AArch64][SME] Remove immediate argument restricti...
Sam Tebbs via All-commits
all-commits at lists.llvm.org
Tue Oct 17 08:02:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b8f23e93de56b7bfeffbf789ec5a75525dc5d88
https://github.com/llvm/llvm-project/commit/4b8f23e93de56b7bfeffbf789ec5a75525dc5d88
Author: Sam Tebbs <samuel.tebbs at arm.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M clang/include/clang/Basic/arm_sme.td
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/test/CodeGen/aarch64-sme-intrinsics/acle_sme_ldr.c
M clang/test/CodeGen/aarch64-sme-intrinsics/acle_sme_str.c
M clang/test/Sema/aarch64-sme-intrinsics/acle_sme_imm.cpp
Log Message:
-----------
[AArch64][SME] Remove immediate argument restriction for svldr and svstr (#68908)
The svldr_vnum_za and svstr_vnum_za builtins/intrinsics currently
require that the vnum argument be an immediate, but since vnum is used
to modify the base register via a mul and add, that restriction is not
necessary. This patch removes that restriction.
More information about the All-commits
mailing list