[PATCH] D121898: [Verifier] Verify parameter alignment.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 18:28:10 PDT 2022


LuoYuanke added a comment.

I think that is what this patch want to prevent. The big vector size is not supported in backend lowering. If it is not checked in IR, it would finally fail in backend lowering.


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