diff options
author | Shan Huang <52285902006@stu.ecnu.edu.cn> | 2024-07-15 09:44:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 09:44:18 +0800 |
commit | d83d09facdc37bd1bd8c697e16d889ff8a4f369b (patch) | |
tree | dcafb6a822326dbd51c82425f91cdae07bb826f4 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 6441df3b5930ff9f8b3b9af6fd5d2684cf9a337b (diff) | |
download | llvm-d83d09facdc37bd1bd8c697e16d889ff8a4f369b.zip llvm-d83d09facdc37bd1bd8c697e16d889ff8a4f369b.tar.gz llvm-d83d09facdc37bd1bd8c697e16d889ff8a4f369b.tar.bz2 |
[DebugInfo][LoopStrengthReduce] Fix missing debug location updates (#97519)
Fix #97510 .
Note that, for the new phi instruction `NewPH`, which replaces the old
phi `PH` and the cast `ShadowUse`, I choose to propagate the debug
location of `PH` to it, because the cast is eliminated according to the
optimization semantics.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions