[llvm] [RISCV][test] Add additional check-prefixes to fix conflicts in tests (PR #160689)

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 25 10:26:22 PDT 2025


================
@@ -5,7 +5,7 @@
 ; RUN: llc -mtriple=riscv64 -mattr=+v,+zvfhmin,+f,+d -verify-machineinstrs %s -o - --riscv-lower-ext-max-web-size=3 | FileCheck %s --check-prefixes=FOLDING,ZVFHMIN
 ; Check that the default value enables the web folding and
 ; that it is bigger than 3.
-; RUN: llc -mtriple=riscv64 -mattr=+v,+zvfh,+f,+d -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=FOLDING
+; RUN: llc -mtriple=riscv64 -mattr=+v,+zvfh,+f,+d -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=FOLDING,ZVFH
----------------
asb wrote:

That's right.

https://github.com/llvm/llvm-project/pull/160689


More information about the llvm-commits mailing list