Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/llvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8e1e6e6ff18a24b417a5ec3254bb111b8a9b4713
Choose a base ref
...
head repository: rust-lang/llvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8c9dfcc4f5289c09bab5736966feee2a0e69594
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 20, 2017

  1. DAG: correctly legalize UMULO.

    We were incorrectly sign extending into the high word (as you would for
    SMULO) when legalizing UMULO in terms of a wider full multiplication.
    
    Patch by James Duley.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305800 91177308-0d34-0410-b5e6-96231b3b80d8
    TNorthover authored and parched committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    b02dd8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from parched/umlo

    DAG: correctly legalize UMULO.
    alexcrichton authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    d8c9dfc View commit details
    Browse the repository at this point in the history
Loading