[PATCH] D95705: [RISCV] Add initial support for converting fixed vectors to scalable vectors during lowering to use RVV instructions.
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 18:38:15 PDT 2021
Jim added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll:256
+
+define void @fadd_v16f16(<16 x half>* %x, <16 x half>* %y) {
+; LMULMAX2-LABEL: fadd_v16f16:
----------------
Hi,
Could I ask you how to update this check label of this function?
I use update_llc_test_checks.py to update this check label of this function.
But It deletes all LMULMAX1-RV32 and LMULMAX1-RV64 label and adds LMULMAX1.
No just update label which is already existed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95705/new/
https://reviews.llvm.org/D95705
More information about the llvm-commits
mailing list