[all-commits] [llvm/llvm-project] 7727cc: [NFC][X86] Split VPMOV* AVX2 instructions into the...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Sat Apr 3 12:43:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7727cc242db77f2767509e1802e63c2b25de429c
https://github.com/llvm/llvm-project/commit/7727cc242db77f2767509e1802e63c2b25de429c
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86SchedBroadwell.td
M llvm/lib/Target/X86/X86SchedHaswell.td
M llvm/lib/Target/X86/X86SchedSandyBridge.td
M llvm/lib/Target/X86/X86SchedSkylakeClient.td
M llvm/lib/Target/X86/X86SchedSkylakeServer.td
M llvm/lib/Target/X86/X86Schedule.td
M llvm/lib/Target/X86/X86ScheduleAtom.td
M llvm/lib/Target/X86/X86ScheduleBdVer2.td
M llvm/lib/Target/X86/X86ScheduleBtVer2.td
M llvm/lib/Target/X86/X86ScheduleSLM.td
M llvm/lib/Target/X86/X86ScheduleZnver1.td
M llvm/lib/Target/X86/X86ScheduleZnver2.td
Log Message:
-----------
[NFC][X86] Split VPMOV* AVX2 instructions into their own sched class
At least on all three Zen's, all such instructions cleanly map
into this new class with no overrides needed.
More information about the All-commits
mailing list