Skip to content

Commit 26362c6

Browse files
authored
[RISCV] Add segmented tunes to tt-ascalon-d8 (#168800)
Add TuneOptimizedNFnSegmentedLoadStore tune flags to tt-ascalon-d8 processor definition.
1 parent c6f433e commit 26362c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/lib/Target/RISCV/RISCVProcessors.td

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,13 @@ def TENSTORRENT_ASCALON_D8 : RISCVProcessorModel<"tt-ascalon-d8",
633633
FeatureUnalignedVectorMem]),
634634
[TuneNoDefaultUnroll,
635635
TuneNLogNVRGather,
636+
TuneOptimizedNF2SegmentLoadStore,
637+
TuneOptimizedNF3SegmentLoadStore,
638+
TuneOptimizedNF4SegmentLoadStore,
639+
TuneOptimizedNF5SegmentLoadStore,
640+
TuneOptimizedNF6SegmentLoadStore,
641+
TuneOptimizedNF7SegmentLoadStore,
642+
TuneOptimizedNF8SegmentLoadStore,
636643
TuneOptimizedZeroStrideLoad,
637644
TunePostRAScheduler]>;
638645

0 commit comments

Comments
 (0)