[all-commits] [llvm/llvm-project] 89d19d: Reapply: [DebugInfo] Correctly handle salvaged cas...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Wed Dec 18 08:33:10 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89d19d60adb953dad14c04c7dcaa92d135a7d58f
https://github.com/llvm/llvm-project/commit/89d19d60adb953dad14c04c7dcaa92d135a7d58f
Author: stozer <stephen.tozer at sony.com>
Date: 2019-12-18 (Wed, 18 Dec 2019)
Changed paths:
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/Transforms/Utils/Local.cpp
A llvm/test/CodeGen/ARM/fragmented-args-multiple-regs.ll
M llvm/test/DebugInfo/X86/dbg-value-dropped-instcombine.ll
A llvm/test/DebugInfo/salvage-cast-debug-info.ll
M llvm/test/Transforms/EarlyCSE/debug-info-undef.ll
M llvm/test/Transforms/InstCombine/cast-mul-select.ll
M llvm/test/Transforms/InstCombine/pr43893.ll
M llvm/test/Transforms/InstCombine/unavailable-debug.ll
Log Message:
-----------
Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISel
This reverts commit 1f3dd83cc1f2b8f72b9d59e2b4221b12fb7f9a95, reapplying
commit bb1b0bc4e57428ce364d3d6c075ff03cb8973462.
The original commit failed on some builds seemingly due to the use of a
bracketed constructor with an std::array, i.e. `std::array<> arr({...})`.
More information about the All-commits
mailing list