This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9f4344b8a2 [GlobalIsel][X86] Support for llvm.trap intrinsic new 7764ab8163d [GlobalISel][X86_64] Support for G_FPTOSI
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 | 7 + lib/Target/X86/X86RegisterBankInfo.cpp | 10 +- .../X86/GlobalISel/regbankselect-X86_64.mir | 336 +++++++++++++++++++++ .../X86/GlobalISel/x86_64-legalize-fptosi.mir | 266 ++++++++++++++++ .../X86/GlobalISel/x86_64-select-fptosi.mir | 290 ++++++++++++++++++ 5 files changed, 906 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-fptosi.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-fptosi.mir