[all-commits] [llvm/llvm-project] 449301: [X86] Remove unnecessary MMX PACKSS/PACKUS SchedWr...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Oct 30 10:42:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44930123e01aef3986f5a9932d6def889b60d7b5
https://github.com/llvm/llvm-project/commit/44930123e01aef3986f5a9932d6def889b60d7b5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M llvm/lib/Target/X86/X86ScheduleZnver1.td
M llvm/lib/Target/X86/X86ScheduleZnver2.td
M llvm/test/tools/llvm-mca/X86/Znver1/resources-mmx.s
M llvm/test/tools/llvm-mca/X86/Znver2/resources-mmx.s
Log Message:
-----------
[X86] Remove unnecessary MMX PACKSS/PACKUS SchedWriteRes overrides
These overrides should now match the default WriteShuffle schedules
This also fixes a typo where we were missing load latencies for the memory folded variants
More information about the All-commits
mailing list