[PATCH] D28489: [CodeGen] Move MacroFusion to the target

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 12:55:19 PST 2017


evandro updated this revision to Diff 86105.
evandro retitled this revision from "[CodeGen] Generalize MacroFusion for any instructions pair" to "[CodeGen] Move MacroFusion to the target".
evandro edited the summary of this revision.
evandro added a comment.
Herald added a subscriber: aemerson.

Just the skeleton of `MacroFusion` was left behind.  If anything, in order to leave the option `misched-fusion` intact and to keep the interface using `createMacroFusionDAGMutation()`.


Repository:
  rL LLVM

https://reviews.llvm.org/D28489

Files:
  llvm/include/llvm/Target/TargetInstrInfo.h
  llvm/lib/CodeGen/MachineScheduler.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/lib/Target/X86/X86InstrInfo.cpp
  llvm/lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28489.86105.patch
Type: text/x-patch
Size: 14350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170127/2ee51fb6/attachment-0001.bin>


More information about the llvm-commits mailing list