Make computeConversionSet bubble up errors from nested regions. Note
that this doesn't change top-level behavior - since the nested region
calls emitError, the error was visible before, just not surfaced as
quickly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you please make sure to add a [mlir] tag to the beginning of the commit title?
| mlir/lib/Transforms/DialectConversion.cpp | ||
|---|---|---|
| 55 | nit: Just inline this variable. | |
| mlir/lib/Transforms/DialectConversion.cpp | ||
|---|---|---|
| 55 | Good idea, but I can't- it's also used in the return. | |
| mlir/lib/Transforms/DialectConversion.cpp | ||
|---|---|---|
| 55 | Nm, I see what you mean now. Changing. | |
nit: Just inline this variable.