This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 078a3381ebe Update VCVTx, VMOVNTPx and VROUNDYPx instructions schedulin [...] new 2a4a9564d68 [X86] Add 64-bit int to float/double conversion with AVX t [...]
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/X86FastISel.cpp | 7 +- .../X86/fast-isel-int-float-conversion-x86-64.ll | 66 ++++++++++++ test/CodeGen/X86/fast-isel-int-float-conversion.ll | 116 ++++++++++++++++++++- 3 files changed, 184 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.ll