This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dca651f Re-apply "[profiling] Remove dead profile name vars after emi [...] new 173c7d4 GlobalISel: introduce G_PTR_MASK to simplify alloca handling. new 07fb294 GlobalISel: deal with new G_PTR_MASK instruction on AArch64.
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/MachineIRBuilder.h | 16 ++++++++ include/llvm/Target/GenericOpcodes.td | 20 ++++++---- include/llvm/Target/TargetOpcodes.def | 4 ++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 31 ++++------------ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 11 ++++++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 11 ++++++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 + .../AArch64/GlobalISel/arm64-instructionselect.mir | 17 +++++++++ test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll | 43 +++++++++------------- 9 files changed, 99 insertions(+), 56 deletions(-)