Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] Make use of VSX f64 <-> i64 conversion instructions | Hal Finkel | 2014-03-23 | 1 | -0/+25 |
| | | | | | | | When VSX is available, these instructions should be used in preference to the older variants that only have access to the scalar floating-point registers. llvm-svn: 204559 | ||||
* | Add more PPC floating-point conversion instructions | Hal Finkel | 2013-04-01 | 1 | -0/+52 |
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 |