Add support to FuncOp for managing argument attributes. The syntax for...
Add support to FuncOp for managing argument attributes. The syntax for argument attributes is the same as Function: func @foo(i1 {dialect.attr: 10 : i64}) func @foo(%arg0: i1 {dialect.attr: 10 : i64}) { return } PiperOrigin-RevId: 251473338
Loading
Please sign in to comment