[all-commits] [llvm/llvm-project] cf4df6: [SVE] Add intrinsics for floating-point operations...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Fri Feb 17 06:23:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf4df61688385af46de58562890dae335f96694b
https://github.com/llvm/llvm-project/commit/cf4df61688385af46de58562890dae335f96694b
Author: Paul Walker <paul.walker at arm.com>
Date: 2023-02-17 (Fri, 17 Feb 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
A llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith-undef.ll
Log Message:
-----------
[SVE] Add intrinsics for floating-point operations that explicitly undefine the result for inactive lanes.
This patch is the floating-point equivalent of D141937.
Depends on D143764.
Differential Revision: https://reviews.llvm.org/D143765
More information about the All-commits
mailing list