[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)
commit502b23a7a965ddd46a8fe3d79ddbd26e274f7c6d
tree5be1accbcbc883942addca90a4660552cd450060
parent2599da3cfd519ed59a574d446cd7b25bf543be74
[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.

llvm-svn: 238638
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp