This commit introduces support for importing result attributes.
Depends on D142372
| Paths 
 |  Differential  D142476  
[mlir][LLVM] Add result attribute import support ClosedPublic Authored by Dinistro on Jan 24 2023, 7:42 AM. 
Details 
Diff Detail 
 Event Timelinegysit added inline comments. This revision is now accepted and ready to land.Jan 24 2023, 8:17 AM Dinistro marked 2 inline comments as done.Comment Actions address additional comments and extend tests Closed by commit rG56880fd257e2: [mlir][LLVM] Add result attribute import support (authored by Dinistro).  ·  Explain WhyJan 25 2023, 6:54 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
Diff 492098 mlir/include/mlir/Target/LLVMIR/ModuleImport.h
 mlir/lib/Target/LLVMIR/ModuleImport.cpp
 mlir/test/Target/LLVMIR/Import/function-attributes.ll
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nit: I would probably inline this list onto the convertParameterAttribute method.