Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Switch back to the elementwise implementation. I checked some real inputs and this is cleaner because sequences of i64 ops will be kept as ops over 2 scalars.
mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp | ||
---|---|---|
308 |
mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp | ||
---|---|---|
308 | This won't work because notifyMatchFailure returns LogicalResult. I think we would have to pass in a callback that appends to the Diagnostic |
mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp | ||
---|---|---|
308 | I think here formatv would probably be easiest. |