[llvm] [RISCV] Split TuneShiftedZExtFusion (PR #76032)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 22:33:33 PST 2023


================
@@ -1001,12 +1011,8 @@ def TuneSiFive7 : SubtargetFeature<"sifive7", "RISCVProcFamily", "SiFive7",
                                    [TuneNoDefaultUnroll,
                                     TuneShortForwardBranchOpt]>;
 
-def TuneVeyronFusions : SubtargetFeature<"ventana-veyron", "RISCVProcFamily", "VentanaVeyron",
-                                         "Ventana Veyron-Series processors",
-                                         [TuneLUIADDIFusion,
-                                          TuneAUIPCADDIFusion,
-                                          TuneShiftedZExtFusion,
-                                          TuneLDADDFusion]>;
+def TuneVentanaVeyron : SubtargetFeature<"ventana-veyron", "RISCVProcFamily", "VentanaVeyron",
----------------
wangpc-pp wrote:

Committed as 90f816e61f48c22861aeadf31ca6338f88f9e08a.

https://github.com/llvm/llvm-project/pull/76032


More information about the llvm-commits mailing list