[PATCH] D49563: [ARM] Add new target feature to fuse literal generation
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 13:02:57 PDT 2018
evandro created this revision.
evandro added reviewers: javed.absar, fhahn, t.p.northover.
Herald added subscribers: llvm-commits, chrib, hiraditya, kristof.beyls.
This feature enables the fusion of such operations on Cortex A57 and Cortex A72, as recommended in their Software Optimisation Guides, sections 4.14 and 4.11, respectively.
Repository:
rL LLVM
https://reviews.llvm.org/D49563
Files:
llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMMacroFusion.cpp
llvm/lib/Target/ARM/ARMSubtarget.h
llvm/test/CodeGen/ARM/misched-fusion-lit.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49563.156345.patch
Type: text/x-patch
Size: 6177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180719/1e32333a/attachment.bin>
More information about the llvm-commits
mailing list