[PATCH] D108705: [AArch64][SVE] Add API for conversion between SVE predicate pattern and element count. NFC

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 08:07:06 PDT 2021


junparser created this revision.
junparser added reviewers: paulwalker-arm, efriedma, david-arm, bsmith, kmclaughlin.
Herald added subscribers: ctetreau, psnobl, hiraditya, kristof.beyls, tschuett.
junparser requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch solely moves convert operation between SVE predicate pattern
and element count into two small functions. It's pre-commit patch for optimize
pture with known sve register width.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108705

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108705.368642.patch
Type: text/x-patch
Size: 5676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210825/a3348414/attachment.bin>


More information about the llvm-commits mailing list