[all-commits] [llvm/llvm-project] 1faa1c: [Clang][SVE2.1] Add intrinsics for `WHILEcc` resul...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Mon Dec 18 03:03:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1faa1cd02d569c1e58303ab4bd9d082aecda2a52
https://github.com/llvm/llvm-project/commit/1faa1cd02d569c1e58303ab4bd9d082aecda2a52
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M clang/include/clang/Basic/arm_sve.td
A clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_while_x2.c
Log Message:
-----------
[Clang][SVE2.1] Add intrinsics for `WHILEcc` resulting in predicate pair (#75107)
Add intrinsics of the form:
svboolx2_t svwhile<cond>_b{8,16,32,64}_[{s,u}64]_x2([u]int64_t, [u]int64_t);
and their overloaded variants as specified in
https://github.com/ARM-software/acle/pull/257
More information about the All-commits
mailing list