llvm-project
77122493 - [mlir][arith] Mark `arith.remsi` and `arith.remui` as conditionally speculatable (#188263)

Commit
39 days ago
[mlir][arith] Mark `arith.remsi` and `arith.remui` as conditionally speculatable (#188263) Division by zero is undefined behavior, so these two ops cannot be pure. This commit marks them as conditionally speculatable, similar to `arith.divsi` and `arith.divui`.
Parents
Loading