[PATCH] D116869: [RISCV] Use FP ABI on some of the FP tests to reduce the number of CHECK lines. NFC
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 8 13:40:12 PST 2022
craig.topper marked an inline comment as done.
craig.topper 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
----------------
jrtc27 wrote:
> I assume you meant ilp32d?
Yes, thank you.
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