This commit extends the LLVMIR import to support function attributes by
adding them to the passthrough array attribute.
Depends on D142013
Paths
| Differential D142098
[mlir][LLVM] Add passthrough import support ClosedPublic Authored by Dinistro on Jan 19 2023, 2:27 AM.
Details Summary This commit extends the LLVMIR import to support function attributes by Depends on D142013
Diff Detail
Event TimelineComment Actions Nice, LGTM modulo comments!
This revision is now accepted and ready to land.Jan 19 2023, 5:53 AM Closed by commit rG3d36df3ee3fc: [mlir][LLVM] Add passthrough import support (authored by Dinistro). · Explain WhyJan 20 2023, 7:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490847 mlir/lib/Target/LLVMIR/ModuleImport.cpp
mlir/test/Target/LLVMIR/Import/basic.ll
mlir/test/Target/LLVMIR/Import/function-attributes.ll
|
nit: a->attr or funcAttr?