xref: /llvm-project/llvm/test/CodeGen/DirectX/legacy_cb_layout_0.ll (revision 8107810cad24d41fe43c6777370c7b81ca83ad84)
1; RUN: opt -S -dxil-translate-metadata < %s | FileCheck %s --check-prefix=DXILMD
2
3target datalayout = "e-m:e-p:32:32-i1:32-i8:8-i16:16-i32:32-i64:64-f16:16-f32:32-f64:64-n8:16:32:64"
4target triple = "dxil-unknown-shadermodel6.7-library"
5
6; Make sure the size is 36 = 16 + 16 + 4 (float, double -> 16, float, half, i16, i64 -> 16 and int -> 4)
7; DXILMD:!{i32 0, ptr @A.cb., !"", i32 0, i32 2, i32 1, i32 36}
8
9@A.cb. = external local_unnamed_addr constant { float, double, float, half, i16, i64, i32 }
10
11
12!hlsl.cbufs = !{!1}
13
14!1 = !{ptr @A.cb., !"A.cb.ty", i32 13, i1 false, i32 2, i32 0}
15