[PATCH] D95447: [RISCV] Add support for RVV int<->fp & fp<->fp conversions
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 26 07:53:51 PST 2021
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/vfpext-sdnode-rv64.ll:3
+; RUN: llc -mtriple=riscv64 -mattr=+d,+experimental-zfh,+experimental-v -target-abi=lp64d \
+; RUN: -verify-machineinstrs < %s | FileCheck %s
+
----------------
These tests look very similar to the rv64 ones; please combine files whenever possible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95447/new/
https://reviews.llvm.org/D95447
More information about the llvm-commits
mailing list