[all-commits] [llvm/llvm-project] 195d8a: [DirectX] Fix DXIL part header version encoding (#...

Xiang Li via All-commits all-commits at lists.llvm.org
Fri May 10 06:29:45 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 195d8ac26d91ca798733c3a5f58d67992d43503d
      https://github.com/llvm/llvm-project/commit/195d8ac26d91ca798733c3a5f58d67992d43503d
  Author: Xiang Li <python3kgae at outlook.com>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/DXContainer.h
    M llvm/include/llvm/TargetParser/Triple.h
    M llvm/lib/MC/MCDXContainerWriter.cpp
    M llvm/lib/TargetParser/Triple.cpp
    M llvm/test/CodeGen/DirectX/embed-dxil.ll
    M llvm/unittests/Object/DXContainerTest.cpp

  Log Message:
  -----------
  [DirectX] Fix DXIL part header version encoding (#91506)

Move MinorVersion be the lower 8 bit.
Set DXIL version in DXContainerObjectWriter::writeObject.


Fixes #89952



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list