]> granicus.if.org Git - llvm/commit
[X86] Accept SELECT op code for x86-64 fp128 type
authorChih-Hung Hsieh <chh@google.com>
Mon, 18 Jul 2016 17:20:09 +0000 (17:20 +0000)
committerChih-Hung Hsieh <chh@google.com>
Mon, 18 Jul 2016 17:20:09 +0000 (17:20 +0000)
commitf94271deae70b18a4ba765eba2e02ebf33802047
tree16b16238cb28afe8879135fbc214ff2ee33701d9
parenta9c9423e52c4dccb7846c9c37ec22fb642021a5a
[X86] Accept SELECT op code for x86-64 fp128 type

DAGTypeLegalizer::CanSkipSoftenFloatOperand should allow
SELECT op code for x86_64 fp128 type for MME targets,
so SoftenFloatOperand does not abort on SELECT op code.

Differential Revision: http://reviews.llvm.org/D21758

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
test/CodeGen/X86/fp128-select.ll [new file with mode: 0644]