[PATCH] D95705: [RISCV] Add initial support for converting fixed vectors to scalable vectors during lowering to use RVV instructions.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 20:54:59 PDT 2021
craig.topper 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:
----------------
Jim wrote:
> 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.
I just ran the script on the test on trunk and nothing change.
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