Preserve AA metadata when combining (cast (load (...))) -> (load (cast
authorChandler Carruth <chandlerc@gmail.com>
Sat, 18 Oct 2014 11:00:12 +0000 (11:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 18 Oct 2014 11:00:12 +0000 (11:00 +0000)
commit797e9b812e2a8d29e95d6735774c117390512e8e
tree88d245d9f5df24a4f16e1671d2c341064650494a
parent9b2d091a9c2509a766a233a64453462faa2bdffc
Preserve AA metadata when combining (cast (load (...))) -> (load (cast
(...))).

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