[PATCH] D149659: [AArch64][NFC] Refactor the tail-folding option

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 08:40:34 PDT 2023


david-arm created this revision.
david-arm added reviewers: sdesmalen, paulwalker-arm, kmclaughlin, dmgreen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch does simple refactoring of the tail-folding
option in preparation for enabling tail-folding by
default for neoverse-v1. It adds a default tail-folding
option field to the AArch64Subtarget class that can
be set on a per-CPU.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149659

Files:
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149659.518755.patch
Type: text/x-patch
Size: 7719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/7eeb48af/attachment.bin>


More information about the llvm-commits mailing list