diff options
author | Alexander Peskov <apeskov@nvidia.com> | 2025-05-02 16:31:41 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 08:31:41 -0400 |
commit | cffb8aee140ce0c022060941b7b60025dd70395c (patch) | |
tree | 92667a80c4f187f60d22326170760b15717245fc /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 26a1366380796f95f308faab5010b019c4b75b10 (diff) | |
download | llvm-cffb8aee140ce0c022060941b7b60025dd70395c.zip llvm-cffb8aee140ce0c022060941b7b60025dd70395c.tar.gz llvm-cffb8aee140ce0c022060941b7b60025dd70395c.tar.bz2 |
[DEBUGINFO] Propagate debug metadata for sext SDNode. (#135971)
In some cases of chained `sext` operators the debug metadata can be
missed. This patch propagates proper metadata to resulting node.
Particular case of issue is NVPTX codegen for function with bool local
variable:
```
void test(int i) {
bool xyz = i == 0;
foo(i);
}
```
---------
Signed-off-by: Alexander Peskov <apeskov@nvidia.com>
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions