This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c146db29436 [NFC] use bit_cast in PointerSumType new a53c520ec5d Pass code-model through Module IR to LTO which will use it. new 07321881562 [WebAssembly][NFC] Rename simd-conversions test to simd-bitcasts
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/IR/Module.h | 12 ++++++++++++ lib/IR/Module.cpp | 19 +++++++++++++++++++ lib/LTO/LTOBackend.cpp | 8 +++++++- .../{simd-conversions.ll => simd-bitcasts.ll} | 0 .../{remangle_intrinsics.ll => codemodel-3.ll} | 8 ++++++++ test/LTO/X86/codemodel-1.ll | 20 ++++++++++++++++++++ test/LTO/X86/codemodel-2.ll | 20 ++++++++++++++++++++ test/LTO/X86/codemodel-3.ll | 20 ++++++++++++++++++++ 8 files changed, 106 insertions(+), 1 deletion(-) rename test/CodeGen/WebAssembly/{simd-conversions.ll => simd-bitcasts.ll} (100%) copy test/LTO/X86/Inputs/{remangle_intrinsics.ll => codemodel-3.ll} (57%) create mode 100644 test/LTO/X86/codemodel-1.ll create mode 100644 test/LTO/X86/codemodel-2.ll create mode 100644 test/LTO/X86/codemodel-3.ll