mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-25 05:15:58 +00:00
0cee4d2fb9
Support cast of ints (and narrower) to float and double. Support cast double to double (using load and store). Abort if we see a CallInst or SetCondInst with long/fp args, instead of producing bad code. Support add, sub, mul, div of float and double. llvm-svn: 14440
SparcV8 backend skeleton ------------------------ This directory will house a 32-bit SPARC V8 backend employing a expander-based instruction selector. Watch this space for more news coming soon! $Date$