[PATCH] D62244: [AMDGPU] Enable the implicit arguments for HIP (CLANG)
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 10 09:10:02 PDT 2019
hliao added inline comments.
================
Comment at: test/CodeGenCUDA/amdgpu-hip-implicit-kernarg.cu:7
+
+// CHECK-DAG: attributes #0 = { noinline nounwind optnone "amdgpu-implicitarg-num-bytes"="48"
----------------
For a single check, you don't need CHECK-DAG.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62244/new/
https://reviews.llvm.org/D62244
More information about the cfe-commits
mailing list