This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d4df2a [WebAssembly] Disable folding of GA+reg into load/store const [...] new d3b78e0 GlobalISel: use G_TYPE to annotate physregs with a type.
The 1 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/CallLowering.h | 4 +- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 12 ++ include/llvm/Target/GenericOpcodes.td | 6 + include/llvm/Target/TargetOpcodes.def | 3 + lib/CodeGen/GlobalISel/CallLowering.cpp | 6 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 5 + lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 3 +- lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 3 + lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 3 +- lib/CodeGen/MachineVerifier.cpp | 3 +- lib/Target/AArch64/AArch64CallLowering.cpp | 69 ++++--- lib/Target/AArch64/AArch64CallLowering.h | 8 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 7 +- .../AArch64/GlobalISel/arm64-callingconv.ll | 48 ++--- .../AArch64/GlobalISel/arm64-instructionselect.mir | 132 +++++++------- .../AArch64/GlobalISel/arm64-irtranslator.ll | 202 ++++++++++----------- .../AArch64/GlobalISel/arm64-regbankselect.mir | 58 +++--- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 8 +- test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 20 +- test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 4 +- .../AArch64/GlobalISel/legalize-combines.mir | 6 +- test/CodeGen/AArch64/GlobalISel/legalize-div.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-ext.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir | 4 +- .../GlobalISel/legalize-ignore-non-generic.mir | 4 +- .../AArch64/GlobalISel/legalize-load-store.mir | 6 +- test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 8 +- .../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 4 +- test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 4 +- .../AArch64/GlobalISel/verify-regbankselected.mir | 4 +- .../CodeGen/AArch64/GlobalISel/verify-selected.mir | 2 +- test/CodeGen/X86/xray-multiplerets-in-blocks.mir | 4 +- 36 files changed, 353 insertions(+), 317 deletions(-)