| commit | 77a5c965607757d3c0f7e83525a41f655bb5db89 | [log] [tgz] |
|---|---|---|
| author | Amara Emerson <aemerson@apple.com> | Sat Jan 27 07:07:20 2018 +0000 |
| committer | Amara Emerson <aemerson@apple.com> | Sat Jan 27 07:07:20 2018 +0000 |
| tree | cbaf0b35447e80b74083b5e58a094d97a77a9df9 | |
| parent | f86be121820b6f133b3fa609c4188756f370f3f1 [diff] |
[GlobalISel][Legalizer] Convert the FP constants to the right APFloat type for G_FCONSTANT. We weren't converting the immediate ConstantFP during legalization, which caused the wrong bit patterns to be emitted for half type FP constants. Fixes PR36106. llvm-svn: 323582