[mlir] Support llvm.readnone attribute for all FunctionOpInterface ops.
The attribute is translated into LLVM's function attribute 'readnone'. There is no explicit verification regarding conflicting 'readnone' and function attributes from 'passthrough', though, LLVM would assert if they are incompatible during LLVM IR creation. Differential Revision: https://reviews.llvm.org/D131457
Loading
Please sign in to comment