OSDN Git Service

[AArch64] fix for fcos and frem f16 promotion
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 24 Aug 2017 07:43:52 +0000 (07:43 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 24 Aug 2017 07:43:52 +0000 (07:43 +0000)
commit4dc1f84c31edeb53d435a22c0ace4b887478ed64
tree4b28eb5c039b7bbcc53444a95ecb8da984192bd2
parentea64a394820149010b34fb09c1472acbf0574cfa
[AArch64] fix for fcos and frem f16 promotion

Fix for copy-paste mistake in r311154; setOperationAction for fcos and frem f16
operands appeared twice (and it should be set to 'promote').

Differential Revision: https://reviews.llvm.org/D37071

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311635 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp