| commit | f6d45f237977a35291c280826e968e03c9530a30 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Mon Apr 01 17:52:07 2013 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Mon Apr 01 17:52:07 2013 +0000 |
| tree | 82c1d172582decaaad14fa9cab4fa9f26ac462c7 | |
| parent | c105ba19e93c52a2f378913e85a414722f036337 [diff] |
Add more PPC floating-point conversion instructions The P7 and A2 have additional floating-point conversion instructions which allow a direct two-instruction sequence (plus load/store) to convert from all combinations (signed/unsigned i32/i64) <--> (float/double) (on previous cores, only some combinations were directly available). llvm-svn: 178480