[PATCH] D121898: [Verifier] Verify parameter alignment.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 00:36:33 PDT 2022
dmgreen added a comment.
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?
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