Do trivial local CSE for constants and other non-Instruction values
authorDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 23:32:19 +0000 (23:32 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 23:32:19 +0000 (23:32 +0000)
commit104e4ce1629ea84736691bd1ee7867bdf90e8a2e
treec7b03d00d27365ec10d02f659e235d35b205a278
parent2a7c671e2eb93e316f1214b1f5ea0f2dfa072943
Do trivial local CSE for constants and other non-Instruction values
in FastISel.

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