[PATCH] D141125: [NFC][AssignmentTracking] add is/setKillAddress

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 05:13:24 PST 2023


Orlando created this revision.
Orlando added reviewers: scott.linder, StephenTozer, jmorse, jryans.
Orlando added a project: debug-info.
Herald added subscribers: nlopes, hiraditya.
Herald added a project: All.
Orlando requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Unlike D140903 <https://reviews.llvm.org/D140903> this patch folds in treating an empty metadata address component of a dbg.assign the same as undef because it was already being treated that way in the AssignmentTrackingAnalysis pass.


https://reviews.llvm.org/D141125

Files:
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/lib/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141125.486821.patch
Type: text/x-patch
Size: 4155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230106/cb3fd57f/attachment.bin>


More information about the llvm-commits mailing list