[PATCH] D123124: [Verifier] Add verifier for min-legal-vector-width
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 19:49:31 PDT 2022
efriedma added a reviewer: jdoerfert.
efriedma added a comment.
I think this is missing a check: for call instructions, you need to check the min-legal-vector-width of both the call itself, and the function containing the call.
I'm still not really convinced this is the best approach, but maybe it's good enough.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123124/new/
https://reviews.llvm.org/D123124
More information about the llvm-commits
mailing list