[all-commits] [llvm/llvm-project] fca636: [X86] Replace unnecessary SKL CVTSI2SS/CVTSI2SD ov...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Nov 12 06:30:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fca63649ceb859be25fea76f49923196ee6dae99
https://github.com/llvm/llvm-project/commit/fca63649ceb859be25fea76f49923196ee6dae99
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-11-12 (Sat, 12 Nov 2022)
Changed paths:
M llvm/lib/Target/X86/X86SchedSkylakeClient.td
M llvm/test/tools/llvm-mca/X86/SkylakeClient/resources-avx1.s
M llvm/test/tools/llvm-mca/X86/SkylakeClient/resources-sse1.s
M llvm/test/tools/llvm-mca/X86/SkylakeClient/resources-sse2.s
Log Message:
-----------
[X86] Replace unnecessary SKL CVTSI2SS/CVTSI2SD overrides with better base class defs
The folded patterns were missing entirely - confirmed by both Agner + uops.info
More information about the All-commits
mailing list