[mlir][LLVM] Add param attr verifiers
This commit introduces unified parameter attribute verifiers to the LLVM dialect and removes according checks in the export. As LLVM does not verify the validity of certain attributes on return values, this commit unifies the handling of argument and result attributes wherever possible. Depends on D142212 Reviewed By: gysit Differential Revision: https://reviews.llvm.org/D142372
Loading
Please sign in to comment