Motivation:
This only does the mechanical splitting, does not actually change any numbers,
as the tests added in previous revision show.
Paths
| Differential D48998
[X86][Basically NFC] Split WriteBitScan into WriteBitScanReverse and WriteBitScanForward. ClosedPublic Authored by lebedev.ri on Jul 5 2018, 2:33 PM.
Details Summary Motivation: benchmarks.yaml2 KBDownload
This only does the mechanical splitting, does not actually change any numbers,
Diff Detail
Event Timelinecraig.topper added inline comments.
This revision is now accepted and ready to land.Jul 5 2018, 2:55 PM lebedev.ri added a parent revision: D48997: [MCA][X86][NFC] Add BSF/BSR resource tests.Jul 5 2018, 2:58 PM Comment ActionsThank you for the review!
Closed by commit rL336511: [X86][Basically NFC] Sched: split WriteBitScan into WriteBSF/WriteBSR. (authored by lebedevri). · Explain WhyJul 8 2018, 2:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154315 lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86SchedBroadwell.td
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86SchedSkylakeClient.td
lib/Target/X86/X86SchedSkylakeServer.td
lib/Target/X86/X86Schedule.td
lib/Target/X86/X86ScheduleAtom.td
lib/Target/X86/X86ScheduleBtVer2.td
lib/Target/X86/X86ScheduleSLM.td
lib/Target/X86/X86ScheduleZnver1.td
|
I kind of wonder if we shouldn't just call them WriteBSF/WriteBSR now.