[all-commits] [llvm/llvm-project] 78d981: [DirectX] Add `llvm.dx.resource.getdimensions.x` i...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Wed Oct 15 17:56:29 PDT 2025


  Branch: refs/heads/users/vitalybuka/spr/main.nfcasan-make-gettlsfakestack-static
  Home:   https://github.com/llvm/llvm-project
  Commit: 78d98161b9e38e492023ea2abda72a570bcdbee3
      https://github.com/llvm/llvm-project/commit/78d98161b9e38e492023ea2abda72a570bcdbee3
  Author: Helena Kotas <hekotas at microsoft.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M llvm/docs/DirectX/DXILResources.rst
    M llvm/include/llvm/IR/IntrinsicsDirectX.td
    M llvm/include/llvm/IR/IntrinsicsSPIRV.td
    M llvm/lib/Target/DirectX/DXIL.td
    M llvm/lib/Target/DirectX/DXILOpBuilder.cpp
    M llvm/lib/Target/DirectX/DXILOpLowering.cpp
    A llvm/test/CodeGen/DirectX/bufferGetDimensions.ll

  Log Message:
  -----------
  [DirectX] Add `llvm.dx.resource.getdimensions.x` intrinsic and lowering to DXIL (#161753)

Introduces LLVM intrinsic `llvm.dx.resource.getdimensions.x` and its lowering to DXIL op `op.dx.getDimensions`.
The intrinsic will be used to implement `GetDimension` for buffers. The lowering is using `undef` value since it is required by the DXIL format which is based on LLVM 3.7.

Proposal update: https://github.com/llvm/wg-hlsl/pull/350

Closes #112982


  Commit: f77756e4acc2d9e0d50f10b3e94fe772b7450e79
      https://github.com/llvm/llvm-project/commit/f77756e4acc2d9e0d50f10b3e94fe772b7450e79
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M compiler-rt/lib/asan/asan_fake_stack.cpp

  Log Message:
  -----------
  [NFC][asan] Clang-format asan_fake_stack.cpp



Reviewers: thurstond, fmayer

Reviewed By: fmayer

Pull Request: https://github.com/llvm/llvm-project/pull/163667


  Commit: fb812e1342dc98d62b7b9a46d9a3926911f7121b
      https://github.com/llvm/llvm-project/commit/fb812e1342dc98d62b7b9a46d9a3926911f7121b
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M llvm/docs/DirectX/DXILResources.rst
    M llvm/include/llvm/IR/IntrinsicsDirectX.td
    M llvm/include/llvm/IR/IntrinsicsSPIRV.td
    M llvm/lib/Target/DirectX/DXIL.td
    M llvm/lib/Target/DirectX/DXILOpBuilder.cpp
    M llvm/lib/Target/DirectX/DXILOpLowering.cpp
    A llvm/test/CodeGen/DirectX/bufferGetDimensions.ll

  Log Message:
  -----------
  [𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.6

[skip ci]


Compare: https://github.com/llvm/llvm-project/compare/a41c72152b39...fb812e1342dc

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