OSDN Git Service

[SelectionDAG] Fixed constant folding issue when legalised types are smaller then...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 10 May 2015 14:14:51 +0000 (14:14 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 10 May 2015 14:14:51 +0000 (14:14 +0000)
commita0adcdb9ce35449984cadc9d2844972539482686
tree505e331454d01a7da050e4f91aca19fa93a50efc
parent6c318f59b1389826c9d70112e8fbec9973772f9e
[SelectionDAG] Fixed constant folding issue when legalised types are smaller then the folded type.

Found when testing with llvm-stress on i686 targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236954 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp