Files
clang-p2996/mlir
donald chen 39ac64c1c0 [mlir][Arith] ValueBoundsInterface: speedup arith.select (#113531)
When calculating value bounds in the arith.select op , the compare
function is invoked to compare trueValue and falseValue. This function
rebuilds constraints, resulting in repeated computations of value
bounds.

In large-scale programs, this redundancy significantly impacts
compilation time.
2024-10-28 10:14:44 +08:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.