[PATCH] D21849: [AMDGPU] Add metadata for runtime

Nikolay Haustov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 03:27:30 PDT 2016


nhaustov accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp:924
@@ +923,3 @@
+             "image2d_msaa_depth_t",  RuntimeMD::KernelArg::Image)
+      .Cases("image2d_array_msaa_depth_t", "image3d_t", 
+             RuntimeMD::KernelArg::Image)
----------------
Trailing whitespace


https://reviews.llvm.org/D21849





More information about the llvm-commits mailing list