[all-commits] [llvm/llvm-project] 23caf9: Local: fix debug output of replaceDominatedUsesWith()
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Thu Jul 27 05:24:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23caf9e9e70464340ca490a0c75af0eeadcb981c
https://github.com/llvm/llvm-project/commit/23caf9e9e70464340ca490a0c75af0eeadcb981c
Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Utils/Local.cpp
A llvm/test/Transforms/Util/local-dbg-print.ll
Log Message:
-----------
Local: fix debug output of replaceDominatedUsesWith()
The debug output of replaceDominatedUsesWith() prints incorrect
information, and the user is left confused about what exactly was
replaced. Fix this.
Differential Revision: https://reviews.llvm.org/D156318
More information about the All-commits
mailing list