This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29a5291 [CMake] [OCaml] Add -DLLVM_ENABLE_OCAMLDOC switch new 4e7c4f9 [ThinLTO] Add a llvm-lto2 test to check that ODR type uniquin [...] new 6df27f9 GlobalISel: legalize 1-bit load/store and mark 8/16 bit varia [...]
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: lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 29 ++++++-- lib/Target/AArch64/AArch64MachineLegalizer.cpp | 7 +- .../AArch64/GlobalISel/legalize-load-store.mir | 84 ++++++++++++++++++++++ .../X86}/Inputs/dicompositetype-unique.ll | 8 +++ test/ThinLTO/X86/dicompositetype-unique.ll | 31 ++++++++ 5 files changed, 152 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir copy test/{Linker => ThinLTO/X86}/Inputs/dicompositetype-unique.ll (72%) create mode 100644 test/ThinLTO/X86/dicompositetype-unique.ll