[PATCH] D116869: [RISCV] Use FP ABI on some of the FP tests to reduce the number of CHECK lines. NFC

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 8 12:54:24 PST 2022


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/double-arith-strict.ll:3
 ; RUN: llc -mtriple=riscv32 -mattr=+d -verify-machineinstrs < %s \
-; RUN:   -disable-strictnode-mutation | FileCheck -check-prefix=RV32IFD %s
+; RUN:   -disable-strictnode-mutation -target-abi=ilp32 \
+; RUN:   | FileCheck -check-prefix=RV32IFD %s
----------------
I assume you meant ilp32d?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116869/new/

https://reviews.llvm.org/D116869



More information about the llvm-commits mailing list