Skip to content

Commit 2f77d2f

Browse files
committed
fixup: remove obsolete comments
1 parent 6a7e104 commit 2f77d2f

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

clang/test/CodeGenHLSL/builtins/RWBuffer-elementtype.hlsl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.2-compute -finclude-default-header -fnative-half-type -emit-llvm -o - %s | FileCheck %s -check-prefixes=DXIL
22
// RUN: %clang_cc1 -triple spirv-pc-vulkan-compute -finclude-default-header -fnative-half-type -emit-llvm -o - %s | FileCheck %s -check-prefixes=SPIRV
33

4-
// NOTE: The type name number and whether the struct is packed or not will mostly
5-
// likely change once subscript operators are properly implemented (llvm/llvm-project#95956)
6-
// and theinterim field of the contained type is removed.
7-
84
// DXIL: %"class.hlsl::RWBuffer" = type { target("dx.TypedBuffer", i16, 1, 0, 1) }
95
// DXIL: %"class.hlsl::RWBuffer.0" = type { target("dx.TypedBuffer", i16, 1, 0, 0) }
106
// DXIL: %"class.hlsl::RWBuffer.1" = type { target("dx.TypedBuffer", i32, 1, 0, 1) }

clang/test/CodeGenHLSL/builtins/RWStructuredBuffer-elementtype.hlsl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.2-compute -finclude-default-header -fnative-half-type -emit-llvm -o - %s | FileCheck %s
22

3-
// NOTE: The number in type name and whether the struct is packed or not will mostly
4-
// likely change once subscript operators are properly implemented (llvm/llvm-project#95956)
5-
// and theinterim field of the contained type is removed.
6-
73
// CHECK: %"class.hlsl::RWStructuredBuffer" = type { target("dx.RawBuffer", i16, 1, 0) }
84
// CHECK: %"class.hlsl::RWStructuredBuffer.0" = type { target("dx.RawBuffer", i16, 1, 0) }
95
// CHECK: %"class.hlsl::RWStructuredBuffer.1" = type { target("dx.RawBuffer", i32, 1, 0) }

clang/test/CodeGenHLSL/builtins/RasterizerOrderedStructuredBuffer-elementtype.hlsl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.2-compute -finclude-default-header -fnative-half-type -emit-llvm -o - %s | FileCheck %s -check-prefixes=DXIL
22

3-
// NOTE: The number in type name and whether the struct is packed or not will mostly
4-
// likely change once subscript operators are properly implemented (llvm/llvm-project#95956)
5-
// and theinterim field of the contained type is removed.
6-
73
struct MyStruct {
84
float4 a;
95
int2 b;

clang/test/CodeGenHLSL/builtins/StructuredBuffer-elementtype.hlsl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.2-compute -finclude-default-header -fnative-half-type -emit-llvm -o - %s | FileCheck %s
22

3-
// NOTE: The number in type name and whether the struct is packed or not will mostly
4-
// likely change once subscript operators are properly implemented (llvm/llvm-project#95956)
5-
// and theinterim field of the contained type is removed.
6-
73
// CHECK: %"class.hlsl::StructuredBuffer" = type { target("dx.RawBuffer", i16, 0, 0) }
84
// CHECK: %"class.hlsl::StructuredBuffer.0" = type { target("dx.RawBuffer", i16, 0, 0) }
95
// CHECK: %"class.hlsl::StructuredBuffer.1" = type { target("dx.RawBuffer", i32, 0, 0) }

0 commit comments

Comments
 (0)