This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed9337a MemorySSA: Remove unnecessary classof functions new c143836 Revert "[GVNHoist] Merge DebugLoc metadata on hoisted instructions" new 04ac024 Fix the bitcode upgrade for DIGlobalVariable in a DIImportedE [...] new 4e66158 Fix my GVNHoist test case from r294317
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: lib/Bitcode/Reader/MetadataLoader.cpp | 56 +++++++++++++++-- lib/Transforms/Scalar/GVNHoist.cpp | 7 --- test/Bitcode/DIGlobalVariableExpression.ll | 13 ++-- test/Bitcode/DIGlobalVariableExpression.ll.bc | Bin 1120 -> 1128 bytes test/Bitcode/dityperefs-3.8.ll | 15 +++-- test/Transforms/GVNHoist/hoist-debugloc.ll | 69 --------------------- test/Transforms/GVNHoist/hoist-pr31891.ll | 83 ++++++++++++++++++++++++++ 7 files changed, 150 insertions(+), 93 deletions(-) delete mode 100644 test/Transforms/GVNHoist/hoist-debugloc.ll create mode 100644 test/Transforms/GVNHoist/hoist-pr31891.ll