This is an archive of the discontinued LLVM Phabricator instance.

[X86] AMD Genoa (znver4) LoopMicroOpBufferSize update
ClosedPublic

Authored by GGanesh on Jul 25 2023, 7:34 AM.

Details

Summary

Change LoopMicroOpBufferSize to 512 similar to znver3 value. This is done so as to support unrolling threshold.

Diff Detail

Event Timeline

GGanesh created this revision.Jul 25 2023, 7:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 7:35 AM
GGanesh requested review of this revision.Jul 25 2023, 7:35 AM
RKSimon added inline comments.Jul 25 2023, 7:41 AM
llvm/lib/Target/X86/X86ScheduleZnver4.td
1541

Please pre-commit whitespace cleanups as NFC and remove them from this patch

GGanesh updated this revision to Diff 544015.Jul 25 2023, 9:29 AM

Updated for @RKSimon's comments

RKSimon accepted this revision.Jul 25 2023, 10:07 AM

LGTM - cheers

This revision is now accepted and ready to land.Jul 25 2023, 10:07 AM
xgupta closed this revision.Jul 26 2023, 3:56 AM