This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7764ab8163d [GlobalISel][X86_64] Support for G_FPTOSI new a3d05d4460c [GlobalISel][X86] Add the support for G_FPTRUNC
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/X86LegalizerInfo.cpp | 3 ++ lib/Target/X86/X86RegisterBankInfo.cpp | 1 + .../X86/GlobalISel/legalize-fptrunc-scalar.mir | 39 +++++++++++++++++++ .../X86/GlobalISel/regbankselect-X86_64.mir | 44 ++++++++++++++++++++++ .../X86/GlobalISel/select-fptrunc-scalar.mir | 41 ++++++++++++++++++++ test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll | 13 +++++++ 6 files changed, 141 insertions(+) create mode 100644 test/CodeGen/X86/GlobalISel/legalize-fptrunc-scalar.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-fptrunc-scalar.mir