This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from baf88b3 [FunctionAttrs] Correct the safety analysis for inference of [...] new e627715 [GlobalISel] Simplify more RegClassOrRegBank is+get. NFC. new 98d2ab3 [GlobalISel] Mark newly-created gvregs as having a bank. new b2e69d9 ARM: move feature for Thumb2 pkhbt/pkhtb onto architectures.
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: lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 8 ++-- lib/CodeGen/MIRParser/MIParser.cpp | 6 ++- lib/CodeGen/MachineRegisterInfo.cpp | 7 +++- lib/Target/ARM/ARM.td | 46 +++++++--------------- test/CodeGen/MIR/X86/generic-instr-type-error.mir | 4 +- .../X86/unexpected-size-non-generic-register.mir | 26 ++++++++++++ test/MC/ARM/pkhbt-archs.s | 17 ++++++++ 7 files changed, 72 insertions(+), 42 deletions(-) create mode 100644 test/CodeGen/MIR/X86/unexpected-size-non-generic-register.mir create mode 100644 test/MC/ARM/pkhbt-archs.s