[all-commits] [llvm/llvm-project] 7707d4: [Assignment Tracking] Fix DbgVariableIntrinsic::re...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Wed Nov 23 05:57:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7707d4913b6adf9d411ff5ab5fa449dff2dd76b0
https://github.com/llvm/llvm-project/commit/7707d4913b6adf9d411ff5ab5fa449dff2dd76b0
Author: OCHyams <orlando.hyams at sony.com>
Date: 2022-11-23 (Wed, 23 Nov 2022)
Changed paths:
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/unittests/IR/DebugInfoTest.cpp
Log Message:
-----------
[Assignment Tracking] Fix DbgVariableIntrinsic::replaceVariableLocationOp
Fix replaceVariableLocationOp unconditionally replacing the first operand of a
dbg.assign.
Reviewed By: jryans
Differential Revision: https://reviews.llvm.org/D138561
More information about the All-commits
mailing list