This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 872fff1 [Hexagon] Check for presence before looking registers up in b [...] new 35c6dd2 Recommit: [globalisel] Change LLT constructor string into an [...] new 70bc85f [InstCombine] shrink truncated insertelement into undef vector
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/CodeGen/LowLevelType.h | 190 +-------------------- .../LowLevelType.h => Support/LowLevelTypeImpl.h} | 14 +- include/llvm/module.modulemap | 10 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 24 +-- lib/CodeGen/LowLevelType.cpp | 55 ++---- lib/Support/CMakeLists.txt | 1 + lib/{CodeGen => Support}/LowLevelType.cpp | 28 +-- lib/Target/AArch64/AArch64CallLowering.cpp | 4 +- lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 2 +- lib/Target/X86/X86CallLowering.cpp | 5 +- lib/Transforms/InstCombine/InstCombineCasts.cpp | 38 +++++ test/Transforms/InstCombine/vector-casts.ll | 32 ++++ unittests/CodeGen/LowLevelTypeTest.cpp | 6 +- utils/TableGen/GlobalISelEmitter.cpp | 51 ++++-- 14 files changed, 158 insertions(+), 302 deletions(-) copy include/llvm/{CodeGen/LowLevelType.h => Support/LowLevelTypeImpl.h} (95%) copy lib/{CodeGen => Support}/LowLevelType.cpp (60%)