[PATCH] D123176: [RISCV][NFC] Reorganize check prefixes in some tests to reduce redundant lines
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 04:06:27 PDT 2022
frasercrmck added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/ssub_sat.ll:4
+; RUN: llc < %s -mtriple=riscv64 -mattr=+m | FileCheck %s --check-prefixes=RV64,RV64I
+; RUN: llc < %s -mtriple=riscv32 -mattr=+m,+zbb | FileCheck %s --check-prefixes=RV32,RV32IZbb,RV32IZbbNOZbt
+; RUN: llc < %s -mtriple=riscv64 -mattr=+m,+zbb | FileCheck %s --check-prefixes=RV64,RV64IZbb,RV64IZbbNOZbt
----------------
Need to remove unused prefix `RV32IZbbNOZbt` and probably others. This should be reproduceable running locally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123176/new/
https://reviews.llvm.org/D123176
More information about the llvm-commits
mailing list