[llvm-branch-commits] [llvm] [DirectX] Register a few DXIL passes with the new PM (PR #104250)
Damyan Pepper via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 16 14:07:06 PDT 2024
================
@@ -46,14 +46,14 @@ define void @test_typedbuffer() {
; Buffer<uint4> Buf[24] : register(t3, space5)
%typed2 = call target("dx.TypedBuffer", <4 x i32>, 0, 0, 0)
@llvm.dx.handle.fromBinding.tdx.TypedBuffer_i32_0_0t(
- i32 2, i32 7, i32 24, i32 0, i1 false)
+ i32 5, i32 3, i32 24, i32 0, i1 false)
----------------
damyanp wrote:
What happened here?
https://github.com/llvm/llvm-project/pull/104250
More information about the llvm-branch-commits
mailing list