[llvm] [DirectX][DXIL] Align type spec of TableGen DXIL Op and LLVM Intrinsic (PR #86311)

Xiang Li via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 12:02:42 PDT 2024


================
@@ -23,20 +23,35 @@ namespace llvm {
 namespace dxil {
 
 enum class ParameterKind : uint8_t {
-  INVALID = 0,
-  VOID,
-  HALF,
-  FLOAT,
-  DOUBLE,
+  Invalid = 0,
----------------
python3kgae wrote:

This change is dup with https://github.com/llvm/llvm-project/commit/a83ed0423dcafd4fecb15994a5c5c8b85a56f59b , may need to sync and rebase.

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


More information about the llvm-commits mailing list