aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-11-29-DivideConstant16bitSigned.ll
Commit message (Collapse)AuthorAgeFilesLines
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-081-2/+1
| | | | | | | | | to instructions instead of zero extended ones. This makes the asmprinter print signed values more consistently. This apparently only really affects the X86 backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81265 91177308-0d34-0410-b5e6-96231b3b80d8
* Followup to r60283: optimize arbitrary width signed divisions as well Eli Friedman2008-11-301-0/+10
as unsigned divisions. Same caveats as before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60284 91177308-0d34-0410-b5e6-96231b3b80d8