[llvm] [DirectX] Replace bitfield version in ProgramHeader. (PR #91797)

Cooper Partin via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 12:46:28 PDT 2024


https://github.com/coopp approved this pull request.

Looks fine to me.  Good idea putting the major and minor version into a single value instead of using bitfields.  Bitfields to make it more readable, but I understand the byte swapping problems you are encountering.

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


More information about the llvm-commits mailing list