[all-commits] [llvm/llvm-project] 68732c: [LLVM][CodeGen][SVE] Add isel for bfloat unordered...
Paul Walker via All-commits
all-commits at lists.llvm.org
Fri Jun 20 03:46:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68732ce8e01938227378b4e6f7850ba85c978726
https://github.com/llvm/llvm-project/commit/68732ce8e01938227378b4e6f7850ba85c978726
Author: Paul Walker <paul.walker at arm.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
A llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
Log Message:
-----------
[LLVM][CodeGen][SVE] Add isel for bfloat unordered reductions. (#143540)
The omissions are VECREDUCE_SEQ_* and MUL. The former goes down a
different code path and the latter is unsupported across all element types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list