Depends on D151826
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowInt.cpp | ||
|---|---|---|
| 89–94 | if you expect the converted type to be something specific, pass it to the convert functions: getTypeConverter()->convertType<MemRefType>();. This way the code won't explode if the type converter returns something undesirable. | |
| mlir/test/lib/Dialect/MemRef/TestEmulateNarrowInt.cpp | ||
| 107 | Is this 4 in the flag name intentional? | |
if you expect the converted type to be something specific, pass it to the convert functions: getTypeConverter()->convertType<MemRefType>();. This way the code won't explode if the type converter returns something undesirable.