[Mlir-commits] [mlir] [mlir][arith] Fix crash when narrowing or truncating to i0 (PR #179894)
Akimasa Watanuki
llvmlistbot at llvm.org
Thu Feb 5 05:25:10 PST 2026
================
@@ -739,4 +742,4 @@ void mlir::arith::populateControlFlowValuesNarrowingPatterns(
std::unique_ptr<Pass> mlir::arith::createIntRangeOptimizationsPass() {
return std::make_unique<IntRangeOptimizationsPass>();
-}
+}
----------------
Men-cotton wrote:
nit: keep the newline at the end of files.
https://github.com/llvm/llvm-project/pull/179894
More information about the Mlir-commits
mailing list