[all-commits] [llvm/llvm-project] 81b835: [DebugInfo][NFC] Refactor BinOp+GEP salvaging in s...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Wed Mar 10 10:05:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81b8357e70eb278e043116e33dc7575f8dd84eb0
https://github.com/llvm/llvm-project/commit/81b8357e70eb278e043116e33dc7575f8dd84eb0
Author: gbtozers <stephen.tozer at sony.com>
Date: 2021-03-10 (Wed, 10 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Utils/Local.cpp
Log Message:
-----------
[DebugInfo][NFC] Refactor BinOp+GEP salvaging in salvageDebugInfoImpl
This patch refactors out the salvaging of GEP and BinOp instructions into
separate functions, in preparation for further changes to the salvaging of these
instructions coming in another patch; there should be no functional change as a
result of this refactor.
Differential Revision: https://reviews.llvm.org/D92851
More information about the All-commits
mailing list