This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b8c132d2b1d [Loads/SROA] Remove blatantly incorrect code and fix a bug [...] new 2aad0c1894e [GlobalISel] Replace hard coded dynamic alloca handling wit [...] new 67fbc13820a Update two x86 datalayouts for r370083, looks like racing commits
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/GlobalISel/LegalizerHelper.h | 1 + include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 11 ++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 41 ++---- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 38 +++++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 11 ++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 + test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll | 75 ++++++---- .../AArch64/GlobalISel/legalize-dyn-alloca.mir | 162 +++++++++++++++++++++ .../Resolution/X86/not-prevailing-weak-aliasee.ll | 2 +- test/ThinLTO/X86/printer.ll | 2 +- 10 files changed, 285 insertions(+), 60 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-dyn-alloca.mir