Skip to content
Commit 70db0331 authored by River Riddle's avatar River Riddle Committed by Mehdi Amini
Browse files

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
parent 3f517af9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment