[sdag] Add the helper I most want to the DAG -- building a bitcast
authorChandler Carruth <chandlerc@gmail.com>
Sat, 30 May 2015 04:14:10 +0000 (04:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 30 May 2015 04:14:10 +0000 (04:14 +0000)
commit89a133960bff62fb90ce4226e2859c921da2cc6a
tree7a5e3fb13a9e368a08f26ec8a93bc6804eda4292
parentd8018eeac9861e47c4216a10a2296887ed20c19a
[sdag] Add the helper I most want to the DAG -- building a bitcast
around a value using its existing SDLoc.

Start using this in just one function to save omg lines of code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238638 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/X86/X86ISelLowering.cpp