[all-commits] [llvm/llvm-project] 01c90b: [Transforms][Debugify] Fix "Missing line" false al...
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Fri May 14 05:06:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01c90bbd4fd12aa86db4a47577addb47e6e84289
https://github.com/llvm/llvm-project/commit/01c90bbd4fd12aa86db4a47577addb47e6e84289
Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M llvm/lib/Transforms/Utils/Debugify.cpp
A llvm/test/DebugInfo/debugify-ignore-phi.ll
Log Message:
-----------
[Transforms][Debugify] Fix "Missing line" false alarm on PHI nodes
This is a fix for https://bugs.llvm.org/show_bug.cgi?id=49959
The "Missing line" false alarm was introduced in D75242.
Patch by Yilong Guo<yilong.guo at intel.com>
Differential Revision: https://reviews.llvm.org/D100446
More information about the All-commits
mailing list