Disable transformation of select of two loads to a select of address and then a load...
authorMon P Wang <wangmp@apple.com>
Mon, 11 Jan 2010 20:12:49 +0000 (20:12 +0000)
committerMon P Wang <wangmp@apple.com>
Mon, 11 Jan 2010 20:12:49 +0000 (20:12 +0000)
commitfe240b1066badd7a56d9a99637cdc7cd25f8305c
treef86a4cf5107058ca1a5370ec5da494ed02f92a9a
parent7462b5dd99163785480a11a7c999569b349a137c
Disable transformation of select of two loads to a select of address and then a load if the
loads are not in the default address space because the transformation discards src value info.

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