OSDN Git Service

Factor out FastISel's code for materializing constants and other values
authorDan Gohman <gohman@apple.com>
Mon, 3 May 2010 23:36:34 +0000 (23:36 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 May 2010 23:36:34 +0000 (23:36 +0000)
commit1fdc614bee2a324fcc210d1e46d9b6fca3ca324b
tree0f638ff5229a8b966d57b7c527dbdb327aaed823
parent08673d295056c93628973c5c54724ac294faef88
Factor out FastISel's code for materializing constants and other values
in registers into a separate function to de-couple it from the
top-down-specific logic in getRegForValue.

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