[PATCH] D12887: [Machine Combiner] Refactor machine reassociation into a target-independent pass

Haicheng Wu via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 12:48:52 PDT 2015


haicheng updated this revision to Diff 35125.
haicheng added a comment.

Thank you for your detailed comments, Sanjay.  I did as what you suggested.  Please check.


Repository:
  rL LLVM

http://reviews.llvm.org/D12887

Files:
  include/llvm/CodeGen/MachineCombinerPattern.h
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/TargetInstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64MachineCombinerPattern.h
  lib/Target/PowerPC/PPCInstrInfo.cpp
  lib/Target/PowerPC/PPCInstrInfo.h
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12887.35125.patch
Type: text/x-patch
Size: 39726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150918/bae2a5e1/attachment-0001.bin>


More information about the llvm-commits mailing list