]> granicus.if.org Git - clang/commit
reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.
authorChris Lattner <sabre@nondot.org>
Wed, 8 Jul 2009 01:08:03 +0000 (01:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Jul 2009 01:08:03 +0000 (01:08 +0000)
commit9c10fcfc3b9d2076efe701b60644a9987a93c503
treee933af3ff790feef020344adee1648d9963e6c5a
parentdd0257c77719a13d4acd513df40b04300cbfc871
reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.
Also, enable them in sema so that they are tested, and now that the x86 backend
has stablized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74983 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaExpr.cpp
test/CodeGen/ext-vector.c
test/Sema/exprs.c