Initial implementation of the DAG legalization. This still has a long way
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 07:47:09 +0000 (07:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 07:47:09 +0000 (07:47 +0000)
commit3e928bbd6153eb08641cbd0ad7d8487378a8b12a
tree216fa53294588f33f5f76c32a44135064f53b62c
parente89c7c616b36378d5eaf19541f4ae79841f9ed8e
Initial implementation of the DAG legalization. This still has a long way
to go, but it does work for some non-trivial cases now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19329 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp [new file with mode: 0644]