This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5119a48bec2 [LTO] Fix linking with an alias defined using another alias. new f173f479c2e [X86][FastISel] Support uitofp with avx512.
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 | 34 +++-- .../X86/fast-isel-uint-float-conversion-x86-64.ll | 69 +++++++++ .../CodeGen/X86/fast-isel-uint-float-conversion.ll | 160 +++++++++++++++++++++ 3 files changed, 255 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/X86/fast-isel-uint-float-conversion-x86-64.ll create mode 100644 test/CodeGen/X86/fast-isel-uint-float-conversion.ll