[flang-commits] [flang] [mlir] [mlir] share argument attributes interface between calls and callables (PR #123176)
via flang-commits
flang-commits at lists.llvm.org
Tue Jan 28 07:11:28 PST 2025
jeanPerier wrote:
> Silly question: will this allow arg/result attributes on intrinsics?
Not through this interface change because llvm.call_intrinsic does not use the CallOpInterface.
So if this is desired, this should be added separately on the llvm.call_intrinsic.
https://github.com/llvm/llvm-project/pull/123176
More information about the flang-commits
mailing list