[mlir][llvm] Import alias scope metadata from LLVM IR.
The revision adds support for importing alias.scope and noalias metadata from LLVM IR into LLVM dialect. It also adds a verifier to the AliasScopeMetadataOp to check that the associated domain exists and is of type AliasScopeDomainMetadataOp. Reviewed By: Dinistro Differential Revision: https://reviews.llvm.org/D143923
Loading
Please sign in to comment