Add support for named function argument attributes. The attribute dictionary...
Add support for named function argument attributes. The attribute dictionary is printed after the argument type: func @arg_attrs(i32 {arg_attr: 10}) func @arg_attrs(%arg0: i32 {arg_attr: 10}) PiperOrigin-RevId: 236136830
Loading
Please sign in to comment