================ @@ -0,0 +1,43 @@ +// RUN: mlir-opt %s -split-input-file -convert-ptr-to-spirv | FileCheck %s ---------------- IgWod wrote: ```suggestion // RUN: mlir-opt %s --split-input-file --convert-ptr-to-spirv | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/206159