This allows for dialects to do different post-processing depending on operations with the inliner (my use case requires different attribute propagation rules depending on call op). This hook runs before the regular processInlinedBlocks method.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Missing the test?
mlir/test/lib/Dialect/Test/TestDialect.cpp | ||
---|---|---|
178 | nit: Prefer early exit here. |
nit: Prefer early exit here.