From: Hans Wennborg Date: Thu, 28 Jan 2016 18:16:55 +0000 (+0000) Subject: Merging r258471: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=131d76722983cb030c392bcb50bba940e98ea0c6;hp=131d76722983cb030c392bcb50bba940e98ea0c6;p=oota-llvm.git Merging r258471: ------------------------------------------------------------------------ r258471 | pirama | 2016-01-21 17:16:57 -0800 (Thu, 21 Jan 2016) | 14 lines Do not lower VSETCC if operand is an f16 vector Summary: SETCC with f16 vectors has OperationAction set to Expand but still gets lowered to FCM* intrinsics based on its result type. This patch skips lowering of VSETCC if the operand is an f16 vector. v4 and v8 tests included. Reviewers: ab, jmolloy Subscribers: srhines, llvm-commits Differential Revision: http://reviews.llvm.org/D15361 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@259064 91177308-0d34-0410-b5e6-96231b3b80d8 ---