[PATCH] D81724: [MVT] Add new MVT types for RISC-V vector.
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 06:26:20 PDT 2020
rogfer01 added inline comments.
================
Comment at: llvm/lib/IR/Function.cpp:752
+ IIT_V256 = 48,
+ IIT_BF16 = 49
};
----------------
Ditto, see comment below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81724/new/
https://reviews.llvm.org/D81724
More information about the llvm-commits
mailing list