[PATCH] D34142: [ARM] Add macro fusion for AES instructions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 06:00:17 PDT 2017


fhahn created this revision.
Herald added subscribers: kristof.beyls, mgorny, aemerson.

This patch adds a macro fusion using CodeGen/MacroFusion.cpp to pair AES
instructions back to back and adds FeatureFuseAES to enable the feature.


https://reviews.llvm.org/D34142

Files:
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMMacroFusion.cpp
  lib/Target/ARM/ARMMacroFusion.h
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/ARMTargetMachine.cpp
  lib/Target/ARM/CMakeLists.txt
  test/CodeGen/ARM/misched-fusion-aes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34142.102322.patch
Type: text/x-patch
Size: 17916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170613/9b731990/attachment.bin>


More information about the llvm-commits mailing list