Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 28 Nov 2011 22:37:34 +0000 (22:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 28 Nov 2011 22:37:34 +0000 (22:37 +0000)
commited1c0c7f5817be939872b462be984534bd48bb9b
treeef53597756cecb7f5cfd90c2e9359194a9497a86
parenta483fc8e6f9533317f517f2d03f3a41ec0aee663
Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.
Conservatively returns zero when the GV does not specify an alignment nor is it
initialized. Previously it returns ABI alignment for type of the GV. However, if
the type is a "packed" type, then the under-specified alignments is attached to
the load / store instructions. In that case, the alignment of the type cannot be
trusted.
rdar://10464621

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/X86/widen_load-1.ll