================ @@ -0,0 +1,41 @@ +// RUN: mlir-translate --no-implicit-module --test-spirv-roundtrip \ +// RUN: --split-input-file %s | FileCheck %s ---------------- IgWod wrote: ```suggestion // RUN: %s | FileCheck %s ``` There is nothing to be split. https://github.com/llvm/llvm-project/pull/195842