summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorAustin Kerbow <Austin.Kerbow@amd.com>2022-04-01 20:02:31 -0700
committerAustin Kerbow <Austin.Kerbow@amd.com>2022-04-07 20:07:53 -0700
commit26b14c3ea77fd66e4edc3d62231413621d793181 (patch)
tree22bbe8fb85976885c32a870a5f71a967e73c5163 /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parenta55c19c44b27b760028991054bc2b467e9b229f7 (diff)
[InferAddressSpaces] Fix assert on invalid bitcast placement
Similar to the problem in 0bb25b4603, bitcasts that are inserted must dominate all uses. When rewriting "values" with "new values" that have the updated address space, we may replace the "new value" with a bitcast if one of the original users is an addresspace cast. This bitcast must be inserted before ALL users, not only before the addresspace cast. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D122964
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions