The byte type was introduced to LLVM IR in #186888. DXILBitcodeWriter needs to handle this type by generating valid LLVM 3.7 era bitcode, which is as simple as treating byte equivalently to an integer.
The byte type was introduced to LLVM IR in #186888. DXILBitcodeWriter needs to handle this type by generating valid LLVM 3.7 era bitcode, which is as simple as treating byte equivalently to an integer.