This is case is to uncover the bug in IntrinsicLowering.cpp,
authorZhou Sheng <zhousheng00@gmail.com>
Fri, 30 Jan 2009 08:59:51 +0000 (08:59 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Fri, 30 Jan 2009 08:59:51 +0000 (08:59 +0000)
commit1ff06b231fb84080398518b9fb49f13b25d2259c
tree3ffe39ab4c0ed75bfc3a2d442e34266aadf22824
parentd6f175b3ec8d40e33ab8110020ca8feb98295834
This is case is to uncover the bug in IntrinsicLowering.cpp,
the LowerPartSet(). It didn't handle the situation correctly when
the low, high argument values are in reverse order (low > high)
with 'Val' type is i32 (a corner case).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63386 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/2009-01-29-PartSet.ll [new file with mode: 0644]