Optimize alignment of loads and stores.
authorDan Gohman <gohman@apple.com>
Fri, 20 Jul 2007 16:34:21 +0000 (16:34 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Jul 2007 16:34:21 +0000 (16:34 +0000)
commit9941f7426ddef3a9f9de4b82630deaf4756fd924
tree34a2ad0fbf9a37a65205c14b975719c89ab25d06
parent9bc5dce98d5607b2661e7233378e294a6dec1b78
Optimize alignment of loads and stores.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40102 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/loadstore-alignment.ll [new file with mode: 0644]