search for: writeshiftcl

Displaying 1 result from an estimated 1 matches for "writeshiftcl".

Did you mean: writeshift
2013 Sep 26
1
[LLVMdev] [llvm] r190717 - Adds support for Atom Silvermont (SLM) - -march=slm
...can adequately test it. We want to drop support for the old itinerary format and postRA scheduler as soon as possible. > > To give you an example, the new model would look something like this: > > def : WriteRes<WriteShift, [IEC_RSV0]> { let Latency = 2; } > > Maybe a new WriteShiftCL type should be added to X86Schedule.td and referenced in X86InstrShiftRotate.td. Then SLM can define it with Latency = 4, and X86SchedSandyBridge.td can have: > > def : SchedAlias<WriteShiftCL, WriteShift>; > > It's also possible for a subtarget to override specific operatio...