Reapply "[lldb][dwarf] Compute fully qualified names on simplified template names...
[llvm-project.git] / mlir / test / Conversion / GPUCommon / memref-arg-noalias-warning.mlir
blob793df7380d78bd7091ddac1b486bee6517ddf976
1 // RUN: mlir-opt %s -split-input-file -convert-gpu-to-rocdl='use-bare-ptr-memref-call-conv=0' -verify-diagnostics
3 gpu.module @kernel {
4 // expected-warning @+1 {{Cannot copy noalias with non-bare pointers.}}
5   gpu.func @func_warning_for_not_bare_pointer(%arg0 : memref<f32> {llvm.noalias} ) {
6     gpu.return
7   }