[all-commits] [llvm/llvm-project] 83f7f8: [NFC][Assignment Tracking] Add is/setKillAddress
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Thu Jan 12 01:46:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83f7f86e7d4d122f0e8e1f7f497a2c8705ae2483
https://github.com/llvm/llvm-project/commit/83f7f86e7d4d122f0e8e1f7f497a2c8705ae2483
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
M llvm/lib/Transforms/Utils/Local.cpp
Log Message:
-----------
[NFC][Assignment Tracking] Add is/setKillAddress
Unlike 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.
Reviewed By: scott.linder
Differential Revision: https://reviews.llvm.org/D141125
More information about the All-commits
mailing list