]> granicus.if.org Git - llvm/commit
[SelectionDAGBuilder] Simplify loop in visitSelect back to how it was before r255558.
authorCraig Topper <craig.topper@intel.com>
Thu, 12 Sep 2019 21:00:32 +0000 (21:00 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 12 Sep 2019 21:00:32 +0000 (21:00 +0000)
commit8e47cb6b6e846ea39e5e86622b24d5469fbde7f4
tree8346e45c3d4240a35475bacdbc057a9d07c0a3fe
parentde5a9d636bf2f5653548bc263ff664ec0ccd4266
[SelectionDAGBuilder] Simplify loop in visitSelect back to how it was before r255558.

This code was changed to accomodate fp128 being softened to itself
during type legalization on x86-64. This was done in order to create
libcalls while having fp128 as a legal type. We're now doing the
libcall creation during LegalizeDAG and the type legalization changes
to enable the old behavior have been removed. So this change to
SelectionDAGBuilder is no longer needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371771 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp