[llvm] [AArch64][SVE] Add unpacked fp ISel patterns for clastb (PR #185688)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 10:01:51 PDT 2026
================
@@ -577,4 +577,29 @@ define i8 @extract_last_active_split(<vscale x 32 x i8> %data, <vscale x 32 x i1
ret i8 %res
}
+define half @extract_last_active_unpacked_fp_nxv4f16(<vscale x 4 x half> %0, <vscale x 4 x i1> %mask, half %passthru) #0 {
----------------
MacDue wrote:
Missing test checks.
https://github.com/llvm/llvm-project/pull/185688
More information about the llvm-commits
mailing list