[PATCH] D28491: [AArch64] Add new subtarget feature to fuse AES crypto operations

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 15:10:44 PST 2017


evandro created this revision.
evandro added reviewers: jmolloy, t.p.northover, MatzeB, mssimpso.
evandro added a subscriber: llvm-commits.
evandro set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.

This feature enables the fusion of such operations on Cortex A57 and Exynos M1.  On A57, it improves the results of a proprietary benchmark by about 20%.


Repository:
  rL LLVM

https://reviews.llvm.org/D28491

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28491.83716.patch
Type: text/x-patch
Size: 19024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170109/c85fe1a8/attachment.bin>


More information about the llvm-commits mailing list