diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2025-09-30 19:49:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-30 19:49:22 +0200 |
commit | ecea2b542b8bfb5e8244b3b1dd88a81014594797 (patch) | |
tree | d04f1de0b70e4b15e0d4ecfd644757be8f373f2f /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | df7ac0ec32e00df9a6c6924224c166c3316724a9 (diff) | |
download | llvm-ecea2b542b8bfb5e8244b3b1dd88a81014594797.zip llvm-ecea2b542b8bfb5e8244b3b1dd88a81014594797.tar.gz llvm-ecea2b542b8bfb5e8244b3b1dd88a81014594797.tar.bz2 |
[MLIR] Fix gpu.launch attribution argument printing (#161408)
This was broken and never tested.
Not only this could crash for stack-use-after-scope, but it also would
have printed something like:
```
value <block argument> of type 'memref<7x8xf64, #gpu.address_space<workgroup>>' at index: 12
```
insted of the SSA value.
It turns out the gpu.func already have a very similar helper that we can
reuse here.
Fixes #161394
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions