[llvm] [DirectX] Add DXIL_MODULE_FLAG for ShaderFlags. (PR #83217)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 07:48:56 PST 2024


================
@@ -3,7 +3,7 @@
 
 target triple = "dxil-pc-shadermodel6.7-library"
 
-; CHECK: ; Shader Flags Value: 0x00000021
+; CHECK: ; Shader Flags Value: 0x00000044
----------------
llvm-beanz wrote:

We can't write an IR test that sets the flags in the metadata and runs the printing pass?

https://github.com/llvm/llvm-project/pull/83217


More information about the llvm-commits mailing list