This depends on the handling of uitofp in D146606.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp | ||
---|---|---|
944 | This doesn't work for negative numbers, fixing... |
Comment Actions
Nice, thanks!
mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp | ||
---|---|---|
947 | Worth calling out that this depends on the other pattern to kick in to really do the emulation. Otherwise it can be a bit confusing on its own. |
This doesn't work for negative numbers, fixing...