Implement bit-accurate sext instruction.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 20 Jan 2007 08:32:52 +0000 (08:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 20 Jan 2007 08:32:52 +0000 (08:32 +0000)
commitc00a43092ed960cdb28f4f3f00606f572869848d
tree2443e23dc4a9b2c05d7c3ba2e8e10666d004a6f2
parent6df4c4576f3bc47a547d400effd4c59653ffe592
Implement bit-accurate sext instruction.
This patch fixes test/Integer/2007-01-17-TruncSext.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33394 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp