summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Add lowering pattern for llvm.aarch64.neon.vcvtfxs2fp.f16.i64Diogo N. Sampaio2019-04-111-0/+10
| | | | | | | | | | | | | | | | Summary: Add lowering pattern for llvm.aarch64.neon.vcvtfxs2fp.f16.i64 Reviewers: pbarrio, DavidSpickett, LukeGeeson Reviewed By: LukeGeeson Subscribers: javed.absar, kristof.beyls, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D60259 llvm-svn: 358171
* [AArch64] Add lowering pattern for scalar fp16 facge and facgtDiogo N. Sampaio2019-04-101-0/+24
| | | | | | | | | | | | | | | | Summary: The fp16 scalar version of facge and facgt requires a custom patter matching, as the result type is not the same width of the operands. Reviewers: olista01, javed.absar, pbarrio Reviewed By: javed.absar Subscribers: kristof.beyls, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D60212 llvm-svn: 358083
* [AArch64] Reverting FP16 vcvth_n_s64_f16 to fixLuke Geeson2018-06-271-20/+0
| | | | llvm-svn: 335737
* [AArch64] Remove Duplicate FP16 Patterns with same encoding, match on ↵Luke Geeson2018-06-271-29/+22
| | | | | | existing patterns llvm-svn: 335715
* [AArch64] Reverted rL333427 fixing Clang UnitTest FailureLuke Geeson2018-05-311-0/+219
| | | | llvm-svn: 333634
* Revert "[AArch64] added FP16 vcvth intrinsic support"Amara Emerson2018-05-291-219/+0
| | | | | | This reverts commit r333410 due to bot failures. llvm-svn: 333427
* [AArch64] added FP16 vcvth intrinsic supportLuke Geeson2018-05-291-0/+219
| | | | | | | | | | | | | | Summary: Change-Id: I0df845749c7689dfc99150ba7c19c7d0dadbd705 Reviewers: javed.absar, SjoerdMeijer Reviewed By: SjoerdMeijer Subscribers: llvm-commits, SjoerdMeijer Differential Revision: https://reviews.llvm.org/D46311 llvm-svn: 333410
* [AArch64] Add patterns matching (fabs (fsub x y)) to (fabd x y)John Brawn2018-04-041-0/+11
| | | | | | Differential Revision: https://reviews.llvm.org/D44573 llvm-svn: 329163
* [AArch64] Codegen tests for the Armv8.2-A FP16 intrinsicsSjoerd Meijer2018-03-151-0/+117
This is a follow up of the AArch64 FP16 intrinsics work; the codegen tests had not been added yet. Differential Revision: https://reviews.llvm.org/D44510 llvm-svn: 327624
OpenPOWER on IntegriCloud