diff options
author | Stephen Tozer <stephen.tozer@sony.com> | 2024-11-15 17:20:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 17:20:55 +0000 |
commit | 2188a56a752a886c43203d54b1079686b64ff49c (patch) | |
tree | 6d1c2044c49f7d02308f689ed7c8267c57861bc5 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 92cc8051932c0e3dd3b20cb30af86621e8527f5d (diff) | |
download | llvm-2188a56a752a886c43203d54b1079686b64ff49c.zip llvm-2188a56a752a886c43203d54b1079686b64ff49c.tar.gz llvm-2188a56a752a886c43203d54b1079686b64ff49c.tar.bz2 |
[DebugInfo][SimplifyCFG] Fully propagate merged invoke DILocations (#114235)
Currently when we merge invokes as part of SimplifyCFG we apply a merge
of the invoke DILocations to the merged invoke. We also insert an
unconditional branch to the merged invoke at the positions previously
occupied by the original invokes; as this branch is part of the
substitution for the invoke it has replaced, we should propagate the
original invoke DebugLoc to it.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions