[PATCH] D140404: Patch for dbg variable instrinsics to point towards cloned values in JumpThreading
Ben Mudd via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 08:05:14 PST 2022
BenJMudd created this revision.
BenJMudd added reviewers: jmorse, Orlando, StephenTozer.
BenJMudd added projects: All, LLVM.
Herald added subscribers: nlopes, hiraditya.
BenJMudd requested review of this revision.
Herald added a subscriber: llvm-commits.
This is a patch to fix debug value intrinsics outside of cloned blocks in the jumpthreading pass to point towards any derived values. If it cannot it sets them to undef
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140404
Files:
llvm/include/llvm/Transforms/Utils/SSAUpdater.h
llvm/lib/Transforms/Scalar/JumpThreading.cpp
llvm/lib/Transforms/Utils/SSAUpdater.cpp
llvm/test/Transforms/JumpThreading/thread-debug-info.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140404.484275.patch
Type: text/x-patch
Size: 6851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221220/d78e6af1/attachment.bin>
More information about the llvm-commits
mailing list