[all-commits] [llvm/llvm-project] b452b3: [DebugInfo][IndVarSimplify] Fix missing debug loca...
Shan Huang via All-commits
all-commits at lists.llvm.org
Thu May 9 04:59:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b452b34932a3f0450026c40fb797698a6671f9a7
https://github.com/llvm/llvm-project/commit/b452b34932a3f0450026c40fb797698a6671f9a7
Author: Shan Huang <52285902006 at stu.ecnu.edu.cn>
Date: 2024-05-09 (Thu, 09 May 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
A llvm/test/Transforms/IndVarSimplify/preserving-debugloc.ll
Log Message:
-----------
[DebugInfo][IndVarSimplify] Fix missing debug location updates (#91443)
Adds debug location updates for the newly created `phi`, `add`, `icmp` and `sitofp` instructions in `IndVarSimplify`.
Fixes #91436
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list