A func may not have a body
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Transforms/Detensorize.cpp | ||
---|---|---|
479 | Might be more readable to check IsExternal. |
Paths
| Differential D149688
[mlir][linalg] check if a function has a body during detensorizing ClosedPublic Authored by okkwon on May 2 2023, 1:48 PM.
Details Summary A func may not have a body
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 2 2023, 2:27 PM This revision was landed with ongoing or failed builds.May 2 2023, 3:39 PM Closed by commit rG0fac44d80715: [mlir][linalg] check if a function has a body during detensorizing (authored by okkwon). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 518888 mlir/lib/Dialect/Linalg/Transforms/Detensorize.cpp
|
Might be more readable to check IsExternal.