[PATCH] D101938: [RISCV] Initial version of a demand based vsetvli insertion pass.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 23:23:38 PDT 2021
HsiangKai added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/addi-scalable-offset.mir:2
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -march=riscv64 -stop-after=prologepilog %s -o - 2>&1 | FileCheck %s
----------------
This test case needs to add `-mattr=+experimental-v` in the command line. Otherwise, the PseudoVSETVLI will disappear.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101938/new/
https://reviews.llvm.org/D101938
More information about the llvm-commits
mailing list