[Mlir-commits] [mlir] Fix Issue#82401: Infinite loop in MLIR inliner for indirect recursive call. (PR #124026)

Fangrui Song llvmlistbot at llvm.org
Thu Jan 23 09:44:04 PST 2025


================
@@ -0,0 +1,37 @@
+// RUN: mlir-opt %s -inline='default-pipeline=''' | FileCheck %s
----------------
MaskRay wrote:

Should remove the misleading, trailing `''`, which expands to an empty string in shells.

https://github.com/llvm/llvm-project/pull/124026


More information about the Mlir-commits mailing list