[PATCH] D134799: [RISCV][CodeGen][NFC] Add fixed vector type test cases for llvm.round.*

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 03:17:59 PDT 2022


eopXD marked an inline comment as done.
eopXD added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/fround-sdnode.ll:297
+; Fixed vector type
+define <1 x half> @round_v1f16(<1 x half> %x) {
+; CHECK-LABEL: round_v1f16:
----------------
frasercrmck wrote:
> These should probably be in `fixed-vectors-round.ll` to fit in with our other tests.
Thank you for pointing this out.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134799



More information about the llvm-commits mailing list