[Mlir-commits] [mlir] [MLIR][Arith] Add ExpandOps to convertArithToLLVM (PR #117305)
Hugo Trachino
llvmlistbot at llvm.org
Thu Nov 28 05:42:50 PST 2024
nujaa wrote:
> 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.
Good catch, thanks.
https://github.com/llvm/llvm-project/pull/117305
More information about the Mlir-commits
mailing list