aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorVirginia Cangelosi <virginia.cangelosi@arm.com>2025-04-01 15:05:30 +0100
committerGitHub <noreply@github.com>2025-04-01 15:05:30 +0100
commite92ff64bad38835a497f9eb928967bca6a295b28 (patch)
treef734201e5c2498a2caa80d7502cec761d8f6ab6e /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parentc1efd8b663b7db3c717fae8a1991dcc4b8304c8f (diff)
downloadllvm-e92ff64bad38835a497f9eb928967bca6a295b28.zip
llvm-e92ff64bad38835a497f9eb928967bca6a295b28.tar.gz
llvm-e92ff64bad38835a497f9eb928967bca6a295b28.tar.bz2
[Clang][LLVM] Implement single-multi vectors MOP4{A/S} (#128854)
Implement all single-multi {BF/F/S/U/SU/US}MOP4{A/S} instructions in clang and llvm following the acle in https://github.com/ARM-software/acle/pull/381/files. This PR depends on https://github.com/llvm/llvm-project/pull/127797 This patch updates the semantics of template arguments in intrinsic names for clarity and ease of use. Previously, template argument numbers indicated which character in the prototype string determined the final type suffix, which was confusing—especially for intrinsics using multiple prototype modifiers per operand (e.g., intrinsics operating on arrays of vectors). The number had to reference the correct character in the prototype (e.g., the ‘u’ in “2.u”), making the system cumbersome and error-prone. With this patch, template argument numbers now refer to the operand number that determines the final type suffix, providing a more intuitive and consistent approach.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions