[PATCH] D121898: [Verifier] Verify parameter alignment.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 04:09:36 PDT 2022
LuoYuanke added a comment.
> That is presumably because of the `<8192 x float> noundef %vec` argument for `@foo`. If it was loaded from a pointer, does it still fail? It will be a pretty huge expansion, but should work OK.
It doesn't fail when <8192 x float> %vec is loaded from a pointer.
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