[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 21 02:42:49 PST 2025
jeanPerier wrote:
Thanks for the feedback @River707!
I updated this PR based on your comments and the RFC to make the methods mandatory in both CallOpInterafce and CallableOpInterface without using an extra OpInterface. This patch is now adding new optional `arg_attrs` and `res_attrs` attributes to all concrete operations inheriting these interfaces.
https://github.com/llvm/llvm-project/pull/123176
More information about the flang-commits
mailing list