aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorHelena Kotas <hekotas@microsoft.com>2025-09-03 17:30:36 -0700
committerGitHub <noreply@github.com>2025-09-03 17:30:36 -0700
commitaa02206fcd7ff5ff04a1c04fad9d1507cece1168 (patch)
tree384acd6d124ae2f8f48d0bf7e1fc973140cc1e0a /lldb/packages/Python/lldbsuite/test
parentf3dcec0ee73fee6a33fcfb422e04297e4d466de6 (diff)
downloadllvm-aa02206fcd7ff5ff04a1c04fad9d1507cece1168.zip
llvm-aa02206fcd7ff5ff04a1c04fad9d1507cece1168.tar.gz
llvm-aa02206fcd7ff5ff04a1c04fad9d1507cece1168.tar.bz2
[HLSL] Reorder arguments of __builtin_hlsl_resource_handlefromimplicitbinding (#155861)
Reorder the arguments of `__builtin_hlsl_resource_handlefromimplicitbinding` builtins to match the order of the `llvm.dx.resource.handlefromimplicitbinding` intrinsics, and also to match the arguments on the static create methods for resource initialization ([described here](https://github.com/llvm/wg-hlsl/pull/336)). Previously the arguments were in the same order as the resource class constructor for implicit binding. The `orderId` argument was intentionally at index `3` to make sure explicit & implicit binding constructors have different signature. Since we are going to replace the constructors that have binding info with static create methods, this is no longer necessary, and it is better for the argument order to match. Related to #154221.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions