]> granicus.if.org Git - clang/commit
[AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' and...
authorHao Liu <Hao.Liu@arm.com>
Mon, 23 Dec 2013 02:44:00 +0000 (02:44 +0000)
committerHao Liu <Hao.Liu@arm.com>
Mon, 23 Dec 2013 02:44:00 +0000 (02:44 +0000)
commita1488035df0c6f2a63d814db72fd60932fc5040a
tree1e2641c19177bc66db86f68fd78a1eb44f1d99ee
parent8db0486c50cb6369ac1f67b7e94454871f017a76
[AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' and 'sext' not 'zext'. Modify the implementation by replacing zext with sext.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197898 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/aarch64-neon-misc.c