Commit 6a4b91e
committed
NFC: Make hlsl::IntrinsicOp enum values stable
This change makes hlsl::IntrinsicOp enum values stable by:
- adding hlsl_intrinsic_opcodes.json to capture assigned indices
- adds this to the files generated by hctgen
- generation assigns new indices after the last index
- hlsl::IntrinsicOp enum values have explicit assignments
Fixes #72301 parent ec5324d commit 6a4b91e
8 files changed
Lines changed: 795 additions & 389 deletions
File tree
- include/dxc
- lib/HLSL
- utils/hct
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| 689 | + | |
| 690 | + | |
689 | 691 | | |
690 | 692 | | |
691 | 693 | | |
| |||
0 commit comments