[all-commits] [llvm/llvm-project] e89324: [RISCV] Don't combine store of vmv.x.s/vfmv.f.s to...
Zi Xuan Wu (Zeson) via All-commits
all-commits at lists.llvm.org
Sun Nov 26 21:39:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e89324219acf3d799a86fed5651e492bbab4867c
https://github.com/llvm/llvm-project/commit/e89324219acf3d799a86fed5651e492bbab4867c
Author: Zi Xuan Wu (Zeson) <zixuan.wu at linux.alibaba.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/rvv/combine-store-extract-crash.ll
Log Message:
-----------
[RISCV] Don't combine store of vmv.x.s/vfmv.f.s to vp_store with VL of 1 when it's indexed store (#73219)
Because we can't support vp_store with indexed address mode by lowering to vse intrinsic later.
More information about the All-commits
mailing list