]> granicus.if.org Git - clang/commit
[X86] Use native IR for immediate values 0-7 of packed fp cmp builtins. This makes...
authorCraig Topper <craig.topper@gmail.com>
Wed, 6 Jul 2016 06:27:31 +0000 (06:27 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 6 Jul 2016 06:27:31 +0000 (06:27 +0000)
commit259aee973f1df2cba62cc3d32847dced739e9202
tree75e90450d92012da65da836dc66d444484eb7ed7
parentb8d9b3ac720ce07c456729dcbdf13cb82c60eaad
[X86] Use native IR for immediate values 0-7 of packed fp cmp builtins. This makes them the same as what is done when using the SSE builtins for these same encodings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274608 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/avx2-builtins.c