[PATCH] D44838: [X86] Correct the placement of ReadAfterLd in BEXTR and BZHI

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 12:46:12 PDT 2018


craig.topper updated this revision to Diff 140313.
craig.topper added a comment.

Add dedicated SchedRW for BZHI and BEXTR and remove all of the regexes.


https://reviews.llvm.org/D44838

Files:
  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/X86ScheduleBtVer2.td
  lib/Target/X86/X86ScheduleSLM.td
  lib/Target/X86/X86ScheduleZnver1.td
  test/CodeGen/X86/bmi-schedule.ll
  test/CodeGen/X86/bmi2-schedule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44838.140313.patch
Type: text/x-patch
Size: 17763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180329/2d84c946/attachment.bin>


More information about the llvm-commits mailing list