[PATCH] D150253: [RISCV] Add Zvfhmin extension.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 01:05:57 PDT 2023
craig.topper added a comment.
Don’t you need to make f16 vectors legal types in the backend?
And you need to disable intrinsics for instructions that aren’t supported by Zfhmin. Like f16 vector fadd
And you also need to make the backend only allow f16 vector operations that are supported with Zfhmin.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150253/new/
https://reviews.llvm.org/D150253
More information about the cfe-commits
mailing list