[PATCH] D103604: [AArch64] Further enable UnrollAndJam

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 03:09:59 PDT 2021


NickGuy created this revision.
NickGuy added reviewers: SjoerdMeijer, dmgreen, samtebbs.
NickGuy added a project: LLVM.
Herald added subscribers: danielkiss, zzheng, hiraditya, kristof.beyls.
NickGuy requested review of this revision.

Due to the dependency on runtime unrolling, UnJ is only to be enabled by default on in-order scheduling models and if a cpu is specified through -mcpu.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103604

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/test/CodeGen/AArch64/aarch64-unroll-and-jam.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103604.349506.patch
Type: text/x-patch
Size: 6084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210603/45953a4b/attachment.bin>


More information about the llvm-commits mailing list