diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2023-08-24 15:47:50 -0700 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2023-08-24 16:28:10 -0700 |
commit | d2c37fc4f72caca4b82018a73b3d109c0fa191b9 (patch) | |
tree | 67a427a1ef34e0bab90bfd44b15baeb3f5579ea5 /llvm/lib/CodeGen/MachineTraceMetrics.cpp | |
parent | 3611300a320b02beaa705ee7eb2c5d1c0f846d45 (diff) | |
download | llvm-d2c37fc4f72caca4b82018a73b3d109c0fa191b9.zip llvm-d2c37fc4f72caca4b82018a73b3d109c0fa191b9.tar.gz llvm-d2c37fc4f72caca4b82018a73b3d109c0fa191b9.tar.bz2 |
[Attributor][FIX] Avoid dangling stack references in map
The old code did not account for new queries during an update, which
caused us to leave stack RQIs in the map. We are now explicit about
temporary vs non-temporary RQIs.
Fixes: https://github.com/llvm/llvm-project/issues/64959
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.cpp')
0 files changed, 0 insertions, 0 deletions