[all-commits] [llvm/llvm-project] 44d122: [RISCV] Expand bf16 vector truncstores and extload...
Luke Lau via All-commits
all-commits at lists.llvm.org
Wed Sep 11 17:42:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44d122188e0edf4a834bcd97256cf4af0de05890
https://github.com/llvm/llvm-project/commit/44d122188e0edf4a834bcd97256cf4af0de05890
Author: Luke Lau <luke at igalia.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/rvv/load-bf16.ll
A llvm/test/CodeGen/RISCV/rvv/store-bf16.ll
Log Message:
-----------
[RISCV] Expand bf16 vector truncstores and extloads (#108235)
Previously they were legal by default, so the truncstore/extload test
cases would get combined and crash during selection.
These are set to expand for f16 so do the same for bf16.
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