[llvm] [RISCV] Don't combine store of vmv.x.s/vfmv.f.s to vp_store with VL of 1 when it's indexed store (PR #73219)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 25 10:07:41 PST 2023
================
@@ -0,0 +1,78 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mtriple=riscv32 -mattr=+v,+xtheadmemidx,+xtheadmempair -verify-machineinstrs < %s \
----------------
topperc wrote:
Yes. Indexed scalar loads are only legal with T-Head extensions.
https://github.com/llvm/llvm-project/pull/73219
More information about the llvm-commits
mailing list