[FastISel][X86] Refactor constant materialization. NFCI.
authorJuergen Ributzka <juergen@apple.com>
Wed, 13 Aug 2014 22:01:55 +0000 (22:01 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 13 Aug 2014 22:01:55 +0000 (22:01 +0000)
commita0c81f0639df8a36a525eda064d4dac285d13533
tree9f638e4f45673c62e6f94953b15c909bec36c516
parent047423787c21f40b3faab5ad2c3437b68e4bbce4
[FastISel][X86] Refactor constant materialization. NFCI.

Split the constant materialization code into three separate helper functions for
Integer-, Floating-Point-, and GlobalValue-Constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp