[PATCH] D112408: [RISCV] Add the zve extension according to the v1.0 spec
Shao-Ce SUN via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 19 22:33:21 PST 2022
achieveartificialintelligence added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/vloxseg-rv32.ll:2
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=riscv32 -mattr=+d,+experimental-zvlsseg,+zfh \
+; RUN: llc -mtriple=riscv32 -mattr=+experimental-zve64d,+f,+d,+zfh \
; RUN: -verify-machineinstrs < %s | FileCheck %s
----------------
Do we need `+f` here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112408/new/
https://reviews.llvm.org/D112408
More information about the cfe-commits
mailing list