This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd1f27e281a [SystemZ] Remove unnecessary serialization before volatile loads new 910c8cc5329 [InlineCost] Do not take INT_MAX when Cost is negative new 5e24d2fee2b GlobalISel: convert buildSequence to use non-deprecated ins [...] new 7d0b44e1561 GlobalISel: remove G_SEQUENCE instruction.
The 3 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 | 31 +++------- include/llvm/Target/GenericOpcodes.td | 9 --- include/llvm/Target/TargetOpcodes.def | 2 - lib/Analysis/InlineCost.cpp | 16 +++-- lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- lib/CodeGen/GlobalISel/Legalizer.cpp | 70 ---------------------- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 3 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 34 ++++++++--- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 4 -- .../AArch64/GlobalISel/arm64-irtranslator.ll | 24 ++++++-- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 2 +- .../AArch64/GlobalISel/legalize-combines.mir | 50 ++++------------ test/CodeGen/AArch64/GlobalISel/no-regclass.mir | 4 +- test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 7 ++- test/Transforms/Inline/AArch64/switch.ll | 37 ++++++++++++ 15 files changed, 119 insertions(+), 176 deletions(-)