[all-commits] [llvm/llvm-project] 30f58a: [RISCV] Lower vector_reverse for zvfhmin/zvfbfmin ...
Luke Lau via All-commits
all-commits at lists.llvm.org
Tue Oct 1 23:25:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30f58ab17fd0abed0d1aaba9b861349ee5f342ab
https://github.com/llvm/llvm-project/commit/30f58ab17fd0abed0d1aaba9b861349ee5f342ab
Author: Luke Lau <luke at igalia.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/test/CodeGen/RISCV/rvv/named-vector-shuffle-reverse.ll
Log Message:
-----------
[RISCV] Lower vector_reverse for zvfhmin/zvfbfmin (#110218)
Previously we crashed because we had no lowering for f16/bf16 scalable
vectors.
Because the lowering uses vrgather_vv_vl, we need to add bf16 patterns
for it.
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