[llvm] [RISCV] Macro-fusion support for veyron-v1 CPU. (PR #70012)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 12:51:31 PDT 2023
================
@@ -242,4 +242,5 @@ def VENTANA_VEYRON_V1 : RISCVProcessorModel<"veyron-v1",
FeatureStdExtZicbom,
FeatureStdExtZicbop,
FeatureStdExtZicboz,
- FeatureVendorXVentanaCondOps]>;
+ FeatureVendorXVentanaCondOps,
+ TuneVeyronFusions]>;
----------------
preames wrote:
It looks like you're adding this to the feature list, not the tune list. That's probably not what you meant.
https://github.com/llvm/llvm-project/pull/70012
More information about the llvm-commits
mailing list