[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
Tue Feb 21 09:06:39 PST 2023
sdesmalen updated this revision to Diff 499202.
sdesmalen added a comment.
- Added description of the svcount type to AArch64SME.rst
- Use isIntOrIntVectorTy() in foldSelectInstWithICmp
- Added Type::isScalableTy() convenience function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136861/new/
https://reviews.llvm.org/D136861
Files:
llvm/docs/AArch64SME.rst
llvm/include/llvm/IR/Type.h
llvm/lib/IR/Type.cpp
llvm/lib/Transforms/InstCombine/InstCombineSelect.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.499202.patch
Type: text/x-patch
Size: 5685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230221/a15ae10a/attachment.bin>
More information about the llvm-commits
mailing list