Commit 0208a6e
[AMDGPU][DebugInfo] Drop DIExpression we encounter something else tha… (#265)
…n a pointer during FrameLowering
Only happens during optimized builds (the DIExpression is not dropped
with -O0).
This is a workaround, since rocthurst crashes.
Did not have the time to root cause the issue.
Fixes SWDEV-508902
Co-authored-by: Juan Manuel Martinez Caamaño <[email protected]>1 parent 9f412b0 commit 0208a6e
File tree
2 files changed
+13
-7
lines changed- llvm
- include/llvm/IR
- lib/Target/AMDGPU
2 files changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3244 | 3244 | | |
3245 | 3245 | | |
3246 | 3246 | | |
3247 | | - | |
3248 | | - | |
3249 | | - | |
3250 | | - | |
3251 | | - | |
3252 | | - | |
3253 | | - | |
3254 | 3247 | | |
3255 | 3248 | | |
3256 | 3249 | | |
| |||
3278 | 3271 | | |
3279 | 3272 | | |
3280 | 3273 | | |
| 3274 | + | |
| 3275 | + | |
| 3276 | + | |
| 3277 | + | |
| 3278 | + | |
| 3279 | + | |
| 3280 | + | |
3281 | 3281 | | |
3282 | 3282 | | |
3283 | 3283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
105 | 111 | | |
106 | 112 | | |
107 | 113 | | |
| |||
0 commit comments