This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa690d4e1c6 Change encodeU/SLEB128 to pad to certain number of bytes new f271376d62c [ConstantFold] Return the correct type when folding a GEP w [...] new a9217f66bfc [WebAssembly] MC: Create wasm data segments based on MCSections
The 2 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/MC/MCSectionWasm.h | 11 ++- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 8 +- lib/IR/ConstantFold.cpp | 13 ++- lib/MC/MCObjectFileInfo.cpp | 32 +++---- lib/MC/MCWasmStreamer.cpp | 2 +- lib/MC/WasmObjectWriter.cpp | 102 +++++++++++---------- .../{unnamed-data.ll => explicit-sections.ll} | 52 ++++------- test/Transforms/InstCombine/pr34627.ll | 11 +++ 8 files changed, 129 insertions(+), 102 deletions(-) copy test/MC/WebAssembly/{unnamed-data.ll => explicit-sections.ll} (57%) create mode 100644 test/Transforms/InstCombine/pr34627.ll