[llvm] [RISCV] Lower memory ops and VP splat for zvfhmin and zvfbfmin (PR #109387)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 11:29:22 PDT 2024
================
@@ -807,18 +887,6 @@ define <vscale x 1 x i8> @zero_strided_unmasked_vpload_nxv1i8_i8(ptr %ptr) {
; Test unmasked float zero strided
define <vscale x 1 x half> @zero_strided_unmasked_vpload_nxv1f16(ptr %ptr) {
-; CHECK-OPT-LABEL: zero_strided_unmasked_vpload_nxv1f16:
----------------
lukel97 wrote:
Woops, good catch. It's ugly but I've crammed in some more check prefixes. Maybe we can refactor these +optimized-zero-stride-load tests into two separate tests, one with a function attribute that adds the feature and one without.
https://github.com/llvm/llvm-project/pull/109387
More information about the llvm-commits
mailing list