[all-commits] [llvm/llvm-project] ee1ad1: [X86] Add SchedWriteVecTruncate scheduler per-widt...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Nov 5 05:42:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee1ad1a6d09935d804f1a7973c99b505017c0428
https://github.com/llvm/llvm-project/commit/ee1ad1a6d09935d804f1a7973c99b505017c0428
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-11-05 (Sat, 05 Nov 2022)
Changed paths:
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86Schedule.td
Log Message:
-----------
[X86] Add SchedWriteVecTruncate scheduler per-width wrapper
Replaces hard coded uses of WriteVPMOV256 for all the vector truncations instructions
We still need to work out how to fix folded stores (see Issue #36236)
More information about the All-commits
mailing list