[PATCH] D90462: [VE][TTI] don't advertise vregs/vops
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 30 08:12:50 PDT 2020
kaz7 added a comment.
Please add few regression tests for each modification.
================
Comment at: llvm/lib/Target/VE/VETargetTransformInfo.h:65
+ /// Load & Store {
+ bool isLegalMaskedLoad(Type *DataType, MaybeAlign Alignment) { return false; }
+ bool isLegalMaskedStore(Type *DataType, MaybeAlign Alignment) {
----------------
Do we really need this and following functions?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90462/new/
https://reviews.llvm.org/D90462
More information about the llvm-commits
mailing list