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

Haicheng Wu via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 09:28:14 PDT 2015


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

Thank you, Sanjay and Gerolf.

This time I refactor into the machine combiner pass.  Verified again with llvm-test-suite and spec2006 that there is no functional change.


Repository:
  rL LLVM

http://reviews.llvm.org/D12887

Files:
  include/llvm/CodeGen/MachineCombinerPattern.h
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/MachineCombiner.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.35009.patch
Type: text/x-patch
Size: 40695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150917/33e9174a/attachment.bin>


More information about the llvm-commits mailing list