This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc4d10b [Conduct] Refine what "rare cases" means wrt violations outsi [...] new 9b917c5 [DSE] Avoid iterator invalidation bugs. new 0b9a17f Retry: "Emit CodeView type records for nested classes." new bf52e2c NVPTX: Make the llvm.nvvm.shfl intrinsics and builtin names c [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/IntrinsicsNVVM.td | 32 +++---- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 34 ++++++-- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +- lib/Target/NVPTX/NVPTXIntrinsics.td | 16 ++-- lib/Transforms/Scalar/DeadStoreElimination.cpp | 74 ++++++++-------- test/DebugInfo/COFF/types-nested-class.ll | 98 ++++++++++++++++++++++ .../DeadStoreElimination/dse_with_dbg_value.ll | 83 ------------------ 7 files changed, 185 insertions(+), 154 deletions(-) create mode 100644 test/DebugInfo/COFF/types-nested-class.ll delete mode 100644 test/Transforms/DeadStoreElimination/dse_with_dbg_value.ll