
Basic infrastructure to collect Function properties in Metadata Analysis - Add a `SmallVector` of entry properties to the metadata information. - Add a structure to represent function properties. Currently `numthreads` and shader kind properties of shader entry functions are represented.
7 lines
196 B
LLVM
7 lines
196 B
LLVM
; RUN: opt -S -dxil-translate-metadata %s | FileCheck %s
|
|
target triple = "dxil-pc-shadermodel6.3-library"
|
|
|
|
; CHECK: !dx.shaderModel = !{![[SM:[0-9]+]]}
|
|
; CHECK: ![[SM]] = !{!"lib", i32 6, i32 3}
|
|
|