[Mlir-commits] [mlir] [MLIR][SCF] fix scf.index_switch fold convergence (#98535) (PR #98680)

donald chen llvmlistbot at llvm.org
Sun Jul 14 01:04:33 PDT 2024


================
@@ -1846,3 +1846,19 @@ func.func @index_switch_fold() -> (f32, f32) {
 //  CHECK-NEXT:   %[[c1:.*]] = arith.constant 1.000000e+00 : f32
 //  CHECK-NEXT:   %[[c42:.*]] = arith.constant 4.200000e+01 : f32
 //  CHECK-NEXT:   return %[[c1]], %[[c42]] : f32, f32
+
----------------
cxy-1993 wrote:

Split test case with  '-----' 

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


More information about the Mlir-commits mailing list