[all-commits] [llvm/llvm-project] 90702f: [X86] Remove unnecessary STD + CLD instruction ove...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Nov 19 10:15:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90702f47cf5cd9ef1e9a17c2de48d37a03239d85
https://github.com/llvm/llvm-project/commit/90702f47cf5cd9ef1e9a17c2de48d37a03239d85
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-11-19 (Sat, 19 Nov 2022)
Changed paths:
M llvm/lib/Target/X86/X86ScheduleZnver1.td
M llvm/lib/Target/X86/X86ScheduleZnver2.td
Log Message:
-----------
[X86] Remove unnecessary STD + CLD instruction overrides
Reported by D138359
Commit: 8033141140fe238f9f776166b9d4b26dcd232270
https://github.com/llvm/llvm-project/commit/8033141140fe238f9f776166b9d4b26dcd232270
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-11-19 (Sat, 19 Nov 2022)
Changed paths:
M llvm/lib/Target/X86/X86SchedHaswell.td
M llvm/lib/Target/X86/X86SchedIceLake.td
M llvm/lib/Target/X86/X86SchedSkylakeClient.td
M llvm/lib/Target/X86/X86SchedSkylakeServer.td
Log Message:
-----------
[X86] Remove unnecessary STC instruction overrides
Reported by D138359
Compare: https://github.com/llvm/llvm-project/compare/be954243f4c2...8033141140fe
More information about the All-commits
mailing list