[PATCH] D134586: [VP][RISCV] Add vp.ceil and RISC-V support

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 10:11:25 PDT 2022


craig.topper requested changes to this revision.
craig.topper added a comment.
This revision now requires changes to proceed.

Missing test for scalable vectors.



================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vp-ceil.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -mattr=+d,+zfh,+experimental-zvfh,+v -target-abi=ilp32d -riscv-v-vector-bits-min=128 \
----------------
This does not follow the established naming like fixed-vectors-vfadd-vp.ll 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134586



More information about the llvm-commits mailing list