This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8aa39a1e374 Add @LINE to checks in a test. new 73886a60d8e [X86][SSE] Tests for bitcasting iX integers to vXi1 boolean [...] new 3c86b1705ba [GISel]: Enhance the MachineIRBuilder API
The 2 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 | 40 + lib/Target/AArch64/AArch64LegalizerInfo.cpp | 5 +- .../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 3483 ++++++++++++++++++++ .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 3279 ++++++++++++++++++ test/CodeGen/X86/bitcast-int-to-vector-bool.ll | 685 ++++ 5 files changed, 7489 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll create mode 100644 test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll create mode 100644 test/CodeGen/X86/bitcast-int-to-vector-bool.ll