================ @@ -0,0 +1,19 @@ +// RUN: mlir-opt %s -convert-arith-to-amdgpu=chipset=gfx950 | FileCheck %s + +module { ---------------- kuhar wrote: you can drop the explicit module https://github.com/llvm/llvm-project/pull/207327