[PATCH] D129013: [RISCV] Enable (scalable) vectorization by default
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 11:17:44 PDT 2022
tschuett added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h:60
bool supportsScalableVectors() const { return ST->hasVInstructions(); }
+ bool enableScalableVectorization() const { return ST->hasVInstructions(); }
PredicationStyle emitGetActiveLaneMask() const {
----------------
Why is there no `override`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129013/new/
https://reviews.llvm.org/D129013
More information about the llvm-commits
mailing list