[all-commits] [llvm/llvm-project] 36ec97: 3rd Reapply "[DebugInfo] Use variadic debug values...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Fri May 21 03:06:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36ec97f76ac0d8be76fb16ac521f55126766267d
https://github.com/llvm/llvm-project/commit/36ec97f76ac0d8be76fb16ac521f55126766267d
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/include/llvm/IR/Operator.h
M llvm/include/llvm/Transforms/Utils/Local.h
M llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/test/DebugInfo/NVPTX/debug-info.ll
A llvm/test/DebugInfo/salvage-gep.ll
A llvm/test/DebugInfo/salvage-nonconst-binop.ll
M llvm/test/Transforms/InstCombine/debuginfo-sink.ll
M llvm/test/Transforms/Reassociate/undef_intrinsics_when_deleting_instructions.ll
Log Message:
-----------
3rd Reapply "[DebugInfo] Use variadic debug values to salvage BinOps and GEP instrs with non-const operands"
This reapplies c0f3dfb9, which was reverted following the discovery of
crashes on linux kernel and chromium builds - these issues have since
been fixed, allowing this patch to re-land.
This reverts commit 4397b7095d640f9b9426c4d0135e999c5a1de1c5.
More information about the All-commits
mailing list