[llvm] [RISCV] Account for zvfhmin and zvfbfmin promotion in register usage (PR #108370)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 23:15:50 PDT 2024
================
@@ -0,0 +1,31 @@
+; RUN: opt -passes=loop-vectorize -mtriple riscv64 -mattr=+v,+zvfbfmin -debug-only=loop-vectorize -riscv-v-register-bit-width-lmul=1 -S < %s 2>&1 | FileCheck %s
----------------
topperc wrote:
Need `REQUIRES: asserts`
https://github.com/llvm/llvm-project/pull/108370
More information about the llvm-commits
mailing list