Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/docs/Canonicalization.md | ||
---|---|---|
91 | Can you add that a fallback can be provided by the dialect via the fold interface? |
Paths
| Differential D85823
Merge OpFolderDialectInterface with DialectFoldInterface (NFC) ClosedPublic Authored by mehdi_amini on Aug 12 2020, 2:41 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptAug 12 2020, 2:41 AM mehdi_amini added a parent revision: D85595: Remove DialectHooks and introduce a Dialect Interfaces instead.Aug 12 2020, 2:42 AM This revision is now accepted and ready to land.Aug 12 2020, 2:20 PM This revision was landed with ongoing or failed builds.Aug 12 2020, 5:41 PM Closed by commit rGb28e3db88d05: Merge OpFolderDialectInterface with DialectFoldInterface (NFC) (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 285021 mlir/docs/Canonicalization.md
mlir/include/mlir/Interfaces/FoldInterfaces.h
mlir/include/mlir/Transforms/FoldUtils.h
mlir/lib/Transforms/Utils/FoldUtils.cpp
mlir/test/lib/Dialect/Test/TestDialect.cpp
|
Can you add that a fallback can be provided by the dialect via the fold interface?