================ @@ -117,4 +117,50 @@ def ArithIntNarrowing : Pass<"arith-int-narrowing"> { ]; } + def EliminateExplicitRounding : Pass<"eliminate-explicit-rounding"> { ---------------- kuhar wrote: Please prefix this with `arith-` https://github.com/llvm/llvm-project/pull/93443