This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 85e6b8c8b97 [X86] Add D32039/PR31357 tests to show current BSWAP codegen new c0199e4844a [GlobalIsel][X86] support G_TRUNC selection.
The 1 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/Target/X86/X86InstructionSelector.cpp | 61 ++++++++ lib/Target/X86/X86RegisterBankInfo.cpp | 1 + test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 28 ++++ test/CodeGen/X86/GlobalISel/legalize-trunc.mir | 31 ++++ test/CodeGen/X86/GlobalISel/select-trunc.mir | 183 ++++++++++++++++++++++ test/CodeGen/X86/GlobalISel/trunc.ll | 57 +++++++ 6 files changed, 361 insertions(+) create mode 100644 test/CodeGen/X86/GlobalISel/legalize-trunc.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-trunc.mir create mode 100644 test/CodeGen/X86/GlobalISel/trunc.ll