[PATCH] D95447: [RISCV] Add support for RVV int<->fp & fp<->fp conversions

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 08:08:30 PST 2021


frasercrmck marked an inline comment as done.
frasercrmck 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
+
----------------
jrtc27 wrote:
> These tests look very similar to the rv64 ones; please combine files whenever possible.
Yeah, that's a good idea, cheers. I'll also update my scripts to prevent this in the future.


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