This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b34ebdd82bf Recommit rL305677: [CodeGen] Add generic MacroFusion pass new c56841e7f43 [GlobalISel][X86] Fold FI/G_GEP into LDR/STR instruction ad [...] new 865802ce119 AMDGPU/GlobalISel: Mark G_BITCAST s32 <--> <2 x s16> legal
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/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 7 ++ lib/Target/X86/X86InstructionSelector.cpp | 46 ++++++++++- .../CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir | 23 ++++++ test/CodeGen/X86/GlobalISel/add-scalar.ll | 34 +++----- test/CodeGen/X86/GlobalISel/callingconv.ll | 92 ++++++---------------- test/CodeGen/X86/GlobalISel/ext.ll | 15 ++-- test/CodeGen/X86/GlobalISel/memop-scalar-x32.ll | 36 +++------ test/CodeGen/X86/GlobalISel/memop-scalar.ll | 48 ++++++++--- .../X86/GlobalISel/select-memop-scalar-x32.mir | 60 ++++++-------- .../CodeGen/X86/GlobalISel/select-memop-scalar.mir | 92 ++++++++++++++++++++++ 10 files changed, 278 insertions(+), 175 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir