[PATCH] D40602: [X86] Add MC level selection support for SHLD (64-bit only)

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 05:21:30 PST 2018


avt77 updated this revision to Diff 135886.
avt77 added a comment.

I extracted the changes related to OptSize: they will be published in a separate patch.
In addition I extracted changes related to debug output: they were committed as a last step to close https://reviews.llvm.org/D41278.
As result we have shorter patch and all requirements from Gerolf were resolved.


https://reviews.llvm.org/D40602

Files:
  include/llvm/CodeGen/MachineCombinerPattern.h
  lib/CodeGen/TargetSchedule.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  test/CodeGen/X86/schedule-x86-64-shld-debug.ll
  test/CodeGen/X86/schedule-x86-64-shld.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40602.135886.patch
Type: text/x-patch
Size: 37167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180226/36eb67cd/attachment.bin>


More information about the llvm-commits mailing list