Rename prefix FeatureExt* to FeatureStdExt* for all sub-extension for consistency
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I'd block on comment from one of the other reviewers who have been active with RVV, but unless I'm missing something this makes a lot of sense to me.
llvm/lib/Target/RISCV/RISCV.td | ||
---|---|---|
177 | This patch makes things consistent, but I'm not sure why the bools in RISCVSubtarget.h have "Std" in their name. |
llvm/lib/Target/RISCV/RISCV.td | ||
---|---|---|
177 | The bools have prefix hasStdExt*. All of sub-extensions are all the same. |
llvm/lib/Target/RISCV/RISCV.td | ||
---|---|---|
177 | I prefer to make it consistent for subtarget features. To add all "Std", include sub-extensions. |
This patch makes things consistent, but I'm not sure why the bools in RISCVSubtarget.h have "Std" in their name.