This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd58287024c [X86] Remove integer X86ISD::SHUFP patterns. Lowering doesn [...] new 9e0b9aa7497 [GlobalISel][X86] G_FCONSTANT support.
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 | 85 +++++++++++++++++-- lib/Target/X86/X86LegalizerInfo.cpp | 6 ++ lib/Target/X86/X86RegisterBankInfo.cpp | 1 + test/CodeGen/X86/GlobalISel/fconstant.ll | 40 +++++++++ test/CodeGen/X86/GlobalISel/legalize-constant.mir | 27 +++++-- .../X86/GlobalISel/regbankselect-X86_64.mir | 19 +++++ test/CodeGen/X86/GlobalISel/select-fconstant.mir | 94 ++++++++++++++++++++++ 7 files changed, 259 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/fconstant.ll create mode 100644 test/CodeGen/X86/GlobalISel/select-fconstant.mir