[PATCH] D121898: [Verifier] Verify parameter alignment.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 02:01:34 PDT 2022
LuoYuanke added a comment.
In D121898#3870219 <https://reviews.llvm.org/D121898#3870219>, @dmgreen wrote:
> In the case of #58304 it is a `@llvm.vector.reduce.or.v16i8488(<16 x i8488> %18)` that is incorrectly failing, which is not a real call. Could we exclude intrinsics from this verifier check?
It sounds reasonable to me. Let me create a patch to exclude intrinsics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121898/new/
https://reviews.llvm.org/D121898
More information about the llvm-commits
mailing list