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

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 25 05:26:41 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
----------------
lukel97 wrote:

Just checking there's no difference in the output between this run line and the `--riscv-lower-ext-max-web-size=3 ` version above?

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


More information about the llvm-commits mailing list