Add fast-isel support for zeroext and signext ret instructions on x86.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 19 May 2011 22:16:13 +0000 (22:16 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 19 May 2011 22:16:13 +0000 (22:16 +0000)
commitdc51575a5f813164e96c7c1ab41aaf33585573f6
tree7aa2cd18b3d2b688e9655bd94bc0e9eb46d41dda
parent78ff647e4471c88c3a3826e7ac24adcd8a9a2073
Add fast-isel support for zeroext and signext ret instructions on x86.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131689 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/fast-isel-ret-ext.ll [new file with mode: 0644]