Disable load width reduction xform of variant (zext (truncate load x)) for
authorEvan Cheng <evan.cheng@apple.com>
Thu, 29 Mar 2007 07:56:46 +0000 (07:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 29 Mar 2007 07:56:46 +0000 (07:56 +0000)
commitb0b6c76ffe71fc5d16a38b831ef0eddec02ddbe3
tree3ae3f027a701261c610d36339c7a4def1896e0fe
parent616cc663daf965695809213d8cf8e3686e5309c3
Disable load width reduction xform of variant (zext (truncate load x)) for
big endian targets until llvm-gcc build issue has been resolved.

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