[PATCH] D136861: [IR] Add LLVM IR support for target("aarch64.svcount") type.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 05:37:00 PST 2023


sdesmalen updated this revision to Diff 496098.
sdesmalen retitled this revision from "[IR] Add LLVM IR support for aarch64_svcount opaque type." to "[IR] Add LLVM IR support for target("aarch64.svcount") type.".
sdesmalen edited the summary of this revision.
sdesmalen added a comment.

Refactored the patch to use the existing `target("<customtype>")` mechanism.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136861/new/

https://reviews.llvm.org/D136861

Files:
  llvm/include/llvm/IR/Type.h
  llvm/lib/IR/Type.cpp
  llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/test/Transforms/InstCombine/AArch64/sme-svcount.ll
  llvm/test/Transforms/SROA/aarch64-sme-svcount.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136861.496098.patch
Type: text/x-patch
Size: 6048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230209/93b32d15/attachment.bin>


More information about the llvm-commits mailing list