[PATCH] D153519: [LegalizeTypes] Widen insert_subvector ops for fixed insert into scalable

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 08:08:49 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/insert-subvector.ll:498
 
+define <vscale x 4 x i64> @insert_nxv4i64_nxv3i64(<3 x i64> %sv) {
+; CHECK-LABEL: insert_nxv4i64_nxv3i64:
----------------
This test already passes. v3i64 widens to v4i64 which should be detected as less than or equal to nxv4i64.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153519/new/

https://reviews.llvm.org/D153519



More information about the llvm-commits mailing list