[Mlir-commits] [mlir] [MLIR][Arith] Add ExpandOps to convertArithToLLVM (PR #117305)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Nov 27 11:57:11 PST 2024
https://github.com/krzysz00 requested changes to this pull request.
Given the context, I'll argue for `mlir::arith::populateCeilFloorDivExpandOpsPatterns` specifically.
The other "expand" patterns include things like expanding `minsi` or `maxui`, which have LLVM lowerings, and we don't want to add those here.
https://github.com/llvm/llvm-project/pull/117305
More information about the Mlir-commits
mailing list