This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8a8f28f535 [LegalizeDAG] Pass DAG to two calls to SDNode::dump in debu [...] new b903fb2c6ec [X86] Add an exhaustive test for i32 fptosi/fptoui across d [...] new e0e7f0aaad4 [X86] Don't use Expand for i32 fp_to_uint on SSE1/2 targets [...] new 2a601615137 [X86] Simplify the setOperationAction handling for fp_to_ui [...]
The 3 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/X86ISelLowering.cpp | 47 +- lib/Target/X86/X86TargetTransformInfo.cpp | 4 + test/CodeGen/X86/scalar-fp-to-i32.ll | 1024 +++++++++++++++++++++++++++++ 3 files changed, 1048 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/X86/scalar-fp-to-i32.ll