[all-commits] [llvm/llvm-project] 2ab7c7: [X86] Remove unnecessary RDRAND overrides from znv...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Dec 1 05:42:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ab7c7e50a85bf9c528e92f566b0551ede6ad5b2
https://github.com/llvm/llvm-project/commit/2ab7c7e50a85bf9c528e92f566b0551ede6ad5b2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M llvm/lib/Target/X86/X86ScheduleZnver1.td
M llvm/lib/Target/X86/X86ScheduleZnver2.td
Log Message:
-----------
[X86] Remove unnecessary RDRAND overrides from znver1/znver2 model
Reported by D138359 - the overrides matched the base class schedule definition (its been flagged as WriteMicrocoded instead of WriteSystem but the models define both the same)
More information about the All-commits
mailing list