[PATCH] D108187: [RISCV] Rename FeatureStdExtZvlsseg to FeatureExtZvlsseg
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 08:38:43 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCV.td:177
+def FeatureExtZvlsseg
: SubtargetFeature<"experimental-zvlsseg", "HasStdExtZvlsseg", "true",
"'Zvlsseg' (Vector segment load/store instructions)",
----------------
This patch makes things consistent, but I'm not sure why the bools in RISCVSubtarget.h have "Std" in their name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108187/new/
https://reviews.llvm.org/D108187
More information about the llvm-commits
mailing list