[llvm] [DirectX][DXIL] Align type spec of TableGen DXIL Op and LLVM Intrinsic (PR #86311)
S. Bharadwaj Yadavalli via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 25 13:27:08 PDT 2024
================
@@ -23,20 +23,35 @@ namespace llvm {
namespace dxil {
enum class ParameterKind : uint8_t {
- INVALID = 0,
- VOID,
- HALF,
- FLOAT,
- DOUBLE,
+ Invalid = 0,
----------------
bharadwajy wrote:
> This change is dup with [a83ed04](https://github.com/llvm/llvm-project/commit/a83ed0423dcafd4fecb15994a5c5c8b85a56f59b) , may need to sync and rebase.
Done.
https://github.com/llvm/llvm-project/pull/86311
More information about the llvm-commits
mailing list