[all-commits] [llvm/llvm-project] 44a430: [RISCV] Fold store of vmv.f.s to a vse with VL=1.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Thu Mar 3 00:35:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44a430354d63727d0317f00e2c1210e79131babe
https://github.com/llvm/llvm-project/commit/44a430354d63727d0317f00e2c1210e79131babe
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-03-03 (Thu, 03 Mar 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/test/CodeGen/RISCV/rvv/extractelt-fp-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vpload.ll
Log Message:
-----------
[RISCV] Fold store of vmv.f.s to a vse with VL=1.
This patch support the FP part of D109482.
Differential Revision: https://reviews.llvm.org/D120235
More information about the All-commits
mailing list