CIRCT  19.0.0git
Public Attributes | List of all members
FunctionRewrite Struct Reference

A struct for maintaining function declarations which needs to be rewritten, if they contain memref arguments that was flattened. More...

Collaboration diagram for FunctionRewrite:
Collaboration graph
[legend]

Public Attributes

func::FuncOp op
 
FunctionType type
 

Detailed Description

A struct for maintaining function declarations which needs to be rewritten, if they contain memref arguments that was flattened.

Definition at line 38 of file FlattenMemRefs.cpp.

Member Data Documentation

◆ op

func::FuncOp FunctionRewrite::op

Definition at line 39 of file FlattenMemRefs.cpp.

◆ type

FunctionType FunctionRewrite::type

The documentation for this struct was generated from the following file: