[PATCH] D62360: [X86] Add zero idioms to the haswell, broadwell, and skylake schedule models. Add 256-bit fp xor to sandybridge zero idioms
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 17:30:28 PDT 2019
craig.topper marked an inline comment as done.
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86SchedSandyBridge.td:1163
SchedVar<MCSchedPredicate<ZeroIdiomPredicate>, [SBWriteZeroLatency]>,
- SchedVar<NoSchedPred, [SBWriteResGroup30]>
+ SchedVar<NoSchedPred, [SBWritePCMPGTQ]>
]>;
----------------
I didn't like the reference to ResGroup30 since someone could easily rearrange numbers and not know this was dependent. So I copied the class and gave it a better name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62360/new/
https://reviews.llvm.org/D62360
More information about the llvm-commits
mailing list