Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/IR/StandardTypes.cpp | ||
---|---|---|
458–459 | Let's move this down below canonicalizeStridedLayout now to match the position in the header file. |
Paths
| Differential D75575
[MLIR] Expose makeCanonicalStridedLayoutExpr in StandardTypes.h. ClosedPublic Authored by pifon2a on Mar 3 2020, 2:52 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 3 2020, 3:27 PM Closed by commit rGe0ce85227784: [MLIR] Expose makeCanonicalStridedLayoutExpr in StandardTypes.h. (authored by pifon2a). · Explain WhyMar 3 2020, 4:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 248064 mlir/include/mlir/IR/StandardTypes.h
mlir/lib/IR/StandardTypes.cpp
|
Let's move this down below canonicalizeStridedLayout now to match the position in the header file.