Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -1/+17 |
| | | | | Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d | ||||
* | Add ExpandFloatOp_FCOPYSIGN to handle ppcf128-related expansions | Hal Finkel | 2013-08-19 | 1 | -0/+67 |
We had previously been asserting when faced with a FCOPYSIGN f64, ppcf128 node because there was no way to expand the FCOPYSIGN node. Because ppcf128 is the sum of two doubles, and the first double must have the larger magnitude, we can take the sign from the first double. As a result, in addition to fixing the crash, this is also an optimization. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188655 91177308-0d34-0410-b5e6-96231b3b80d8 |