This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb5431a [AMDGPU][MC] Fix for Bug 28207 + LIT tests new 460b732 [GlobalISel][AArch64] Use proper constant types in test. NFC. new fb6a2d6 [GlobalISel] Add a 'getConstantVRegVal' helper. new 2597299 [GlobalISel][AArch64] Select CBZ.
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 4 + lib/CodeGen/GlobalISel/InstructionSelector.cpp | 32 +++--- lib/Target/AArch64/AArch64InstructionSelector.cpp | 47 +++++++++ lib/Target/AArch64/AArch64InstructionSelector.h | 9 +- test/CodeGen/AArch64/GlobalISel/select-cbz.mir | 108 +++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/select-xor.mir | 4 +- 6 files changed, 187 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/select-cbz.mir