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