OSDN Git Service

Fix constant folding for one lane vector types. Constant folding one lane vector...
authorSilviu Baranga <silviu.baranga@arm.com>
Thu, 25 Apr 2013 09:32:33 +0000 (09:32 +0000)
committerSilviu Baranga <silviu.baranga@arm.com>
Thu, 25 Apr 2013 09:32:33 +0000 (09:32 +0000)
commit02066838b5cdf17277267e79ffbc9459a58cdd59
treed070dd6d9e4fa25659f34273243412bd6a3b0036
parent06fd5bf4ea122960f0435449c2391ea4fe1ea2ca
Fix constant folding for one lane vector types. Constant folding one lane vector types not returns a vector instead of a scalar.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180254 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/ARM/v1-constant-fold.ll [new file with mode: 0644]