This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cbe96dd CodeGen: Use the source filename as the argument to .file, ra [...] new 603d3c6 Re-apply r296730, "cmake: Configure the ThinLTO cache directo [...] new 4b7d61b [GlobalISel] Remove dead member. NFC. new be130a9 [GlobalISel][AArch64] Split out select tests. NFC. new 6db3538 [GlobalISel][AArch64] Use appropriate test function names. NFC.
The 4 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: cmake/modules/HandleLLVMOptions.cmake | 19 +- include/llvm/CodeGen/GlobalISel/IRTranslator.h | 9 - lib/CodeGen/GlobalISel/IRTranslator.cpp | 1 - .../AArch64/GlobalISel/arm64-instructionselect.mir | 2660 -------------------- test/CodeGen/AArch64/GlobalISel/select-binop.mir | 979 +++++++ test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 404 +++ test/CodeGen/AArch64/GlobalISel/select-br.mir | 71 + test/CodeGen/AArch64/GlobalISel/select-casts.mir | 204 ++ .../CodeGen/AArch64/GlobalISel/select-fp-casts.mir | 460 ++++ test/CodeGen/AArch64/GlobalISel/select-load.mir | 214 ++ .../CodeGen/AArch64/GlobalISel/select-property.mir | 21 + test/CodeGen/AArch64/GlobalISel/select-store.mir | 174 ++ ...64-instructionselect-xor.mir => select-xor.mir} | 7 +- test/CodeGen/AArch64/GlobalISel/select.mir | 298 +++ 14 files changed, 2840 insertions(+), 2681 deletions(-) delete mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-instructionselect.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-binop.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-bitcast.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-br.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-casts.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-load.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-property.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-store.mir rename test/CodeGen/AArch64/GlobalISel/{arm64-instructionselect-xor.mir => select- [...] create mode 100644 test/CodeGen/AArch64/GlobalISel/select.mir