[all-commits] [llvm/llvm-project] a2fbc9: [DirectX] Start the creation of a DXIL Instructio...

Farzon Lotfi via All-commits all-commits at lists.llvm.org
Mon Mar 17 17:33:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2fbc9a8e3d3822cea6f14299285ff0a440d1bf3
      https://github.com/llvm/llvm-project/commit/a2fbc9a8e3d3822cea6f14299285ff0a440d1bf3
  Author: Farzon Lotfi <farzonlotfi at microsoft.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M llvm/lib/Target/DirectX/CMakeLists.txt
    A llvm/lib/Target/DirectX/DXILLegalizePass.cpp
    A llvm/lib/Target/DirectX/DXILLegalizePass.h
    M llvm/lib/Target/DirectX/DirectX.h
    M llvm/lib/Target/DirectX/DirectXPassRegistry.def
    M llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
    M llvm/test/CodeGen/DirectX/ResourceGlobalElimination.ll
    A llvm/test/CodeGen/DirectX/legalize-i64-extract-insert-elements.ll
    A llvm/test/CodeGen/DirectX/legalize-i8.ll
    M llvm/test/CodeGen/DirectX/llc-pipeline.ll
    M llvm/test/CodeGen/DirectX/llc-vector-load-scalarize.ll
    M llvm/test/CodeGen/DirectX/scalarize-two-calls.ll

  Log Message:
  -----------
  [DirectX]  Start the creation of a DXIL Instruction legalizer (#131221)

- Legalize i8 truncation back to original types
-  remove sext and truncs
- Legalize i64 indicies for insert\extract elements to i32 indicies
- fixes https://github.com/llvm/llvm-project/issues/126323
- fixes https://github.com/llvm/llvm-project/issues/129757



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