[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
parent
f79214d1
Please register or sign in to comment