[all-commits] [llvm/llvm-project] a20974: [X86] Replace unnecessary CVTSD2SI/CVTSS2SI overri...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Nov 9 06:55:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a209744986b00e6d47b0047076f2ef81a5613295
https://github.com/llvm/llvm-project/commit/a209744986b00e6d47b0047076f2ef81a5613295
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M llvm/lib/Target/X86/X86SchedBroadwell.td
M llvm/lib/Target/X86/X86SchedHaswell.td
Log Message:
-----------
[X86] Replace unnecessary CVTSD2SI/CVTSS2SI overrides with better base class defs
Broadwell/Haswell were completely overriding the WriteCvtSD2I/WriteCvtSS2I class defs - we can remove those overrides entirely by just choosing better class defs.
More information about the All-commits
mailing list