diff --git a/llvm/lib/Target/RISCV/RISCVProcessors.td b/llvm/lib/Target/RISCV/RISCVProcessors.td index e86431f78f1ba..07f6a38c77897 100644 --- a/llvm/lib/Target/RISCV/RISCVProcessors.td +++ b/llvm/lib/Target/RISCV/RISCVProcessors.td @@ -633,6 +633,13 @@ def TENSTORRENT_ASCALON_D8 : RISCVProcessorModel<"tt-ascalon-d8", FeatureUnalignedVectorMem]), [TuneNoDefaultUnroll, TuneNLogNVRGather, + TuneOptimizedNF2SegmentLoadStore, + TuneOptimizedNF3SegmentLoadStore, + TuneOptimizedNF4SegmentLoadStore, + TuneOptimizedNF5SegmentLoadStore, + TuneOptimizedNF6SegmentLoadStore, + TuneOptimizedNF7SegmentLoadStore, + TuneOptimizedNF8SegmentLoadStore, TuneOptimizedZeroStrideLoad, TunePostRAScheduler]>;