[PATCH] D35260: [AArch64] Move AES instruction fusion support

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 08:48:32 PDT 2017


evandro created this revision.
Herald added subscribers: hiraditya, rengolin, aemerson.

Move the support to fuse such instructions to the generic mechanism in the machine model used by the scheduler, as proposed in the parent revisions.


Repository:
  rL LLVM

https://reviews.llvm.org/D35260

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
  llvm/lib/Target/AArch64/AArch64SchedA53.td
  llvm/lib/Target/AArch64/AArch64SchedA57.td
  llvm/lib/Target/AArch64/AArch64SchedM1.td
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/test/CodeGen/AArch64/misched-fusion-aes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35260.106035.patch
Type: text/x-patch
Size: 10521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170711/8144af1b/attachment.bin>


More information about the llvm-commits mailing list