[clang] [llvm] [HLSL][SPIR-V] Add SV_DispatchThreadID semantic support (PR #82536)

Chris B via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 14:24:26 PST 2024


================
@@ -27,6 +27,7 @@
 #include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/IR/IntrinsicsDirectX.h"
----------------
llvm-beanz wrote:

I think this is unnecessary now.

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


More information about the cfe-commits mailing list