[PATCH] D136861: [IR] Add LLVM IR support for aarch64_svcount opaque type.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 15:35:53 PDT 2022
efriedma added a comment.
>From the spec, `svreinterpret_c(svreinterpret_b(x))` is equivalent to x, right? So you could just lower svcount_t to `<vscale x 16 x i1>`, but you want to avoid confusion with non-SME predicate vectors in LLVM IR?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136861/new/
https://reviews.llvm.org/D136861
More information about the llvm-commits
mailing list