This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c3d38a57bc Fix MSVC "not all control paths return a value" warning. NFCI. new e2435982623 [GlobalIsel][X86] Support for G_FCMP
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 | 96 ++ lib/Target/X86/X86LegalizerInfo.cpp | 6 + lib/Target/X86/X86RegisterBankInfo.cpp | 15 + .../X86/GlobalISel/regbankselect-X86_64.mir | 1456 ++++++++++++++++++++ .../X86/GlobalISel/x86_64-legalize-fcmp.mir | 1126 +++++++++++++++ test/CodeGen/X86/GlobalISel/x86_64-select-fcmp.mir | 1218 ++++++++++++++++ 6 files changed, 3917 insertions(+) create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-fcmp.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-fcmp.mir