[PATCH] D134273: [AArch64] Enable LSLFast for modern OoO cpus

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 03:22:58 PDT 2022


dmgreen created this revision.
dmgreen added reviewers: labrinea, samtebbs, david-arm, jaykang10.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a project: LLVM.

This patch enables the LSLFast feature for Cortex-A76, Cortex-A77, Cortex-A78, Cortex-A78C, Cortex-A710, Cortex-X1, Cortex-X2, Neoverse N1, Neoverse N2, Neoverse V1 and the Neoverse 512TB psuedo-cpu, in-line with the software optimization guides for those CPUs.


https://reviews.llvm.org/D134273

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/test/CodeGen/AArch64/aarch64-fold-lslfast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134273.461530.patch
Type: text/x-patch
Size: 14079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220920/a459c885/attachment.bin>


More information about the llvm-commits mailing list