[PATCH] D28698: [AArch64] Add new target feature to fuse literal generation

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 13:40:10 PST 2017


evandro created this revision.
evandro added reviewers: t.p.northover, jmolloy, MatzeB, mssimpso, mcrosier.
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, as recommended in its Software Optimisation Guide, section 4.14.


Repository:
  rL LLVM

https://reviews.llvm.org/D28698

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/test/CodeGen/AArch64/misched-fusion-lit.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28698.84365.patch
Type: text/x-patch
Size: 5076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170113/b769e419/attachment.bin>


More information about the llvm-commits mailing list