| commit | 21fde385faaf70787af5902f4537a4e1a6ac6fb1 | [log] [tgz] |
|---|---|---|
| author | I-Jui (Ray) Sung <ijsung@google.com> | Fri Jun 09 22:40:50 2017 +0000 |
| committer | I-Jui (Ray) Sung <ijsung@google.com> | Fri Jun 09 22:40:50 2017 +0000 |
| tree | 38505e3312a6f7d6bb636828afa8ae1e8f6711db | |
| parent | 01e4a7f29b9b4219405c23b98d3c965565d4b0b6 [diff] |
[AArch64] Add fallback in FastISel fp16 conversions Summary: - Fix assertion failures on F16 to/from int types in FastISel by falling back to regular ISel - Add a testcase of various conversion cases with FastISel (-O0) Reviewers: kristof.beyls, jmolloy, SjoerdMeijer Reviewed By: SjoerdMeijer Subscribers: SjoerdMeijer, llvm-commits, srhines, pirama, aemerson, rengolin, javed.absar, kristof.beyls Differential Revision: https://reviews.llvm.org/D33734 llvm-svn: 305127