[clang] [HLSL] Add `[[hlsl::raw_buffer]]` attribute (PR #107954)
Damyan Pepper via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 13 10:49:16 PDT 2024
================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -x hlsl -ast-dump -o - %s | FileCheck %s
----------------
damyanp wrote:
Presumably we have tests somewhere for resource handles that don't have raw_buffer on them, and they just don't show up here because they're not impacted at all by this new attribute?
https://github.com/llvm/llvm-project/pull/107954
More information about the cfe-commits
mailing list