OSDN Git Service

[Evaluator] Evaluate load/store with bitcast
authorEugene Leviant <eleviant@accesssoftek.com>
Tue, 13 Mar 2018 10:19:50 +0000 (10:19 +0000)
committerEugene Leviant <eleviant@accesssoftek.com>
Tue, 13 Mar 2018 10:19:50 +0000 (10:19 +0000)
commit0cfc08d8e28c230f9e46249cd7b9095bddc2cc0e
tree82b5ab78bf67b2119ed74e7d2a588fb3a577ca07
parente7b0e8d685fdca3ab3feb8fc794d1797f9ef8b93
[Evaluator] Evaluate load/store with bitcast

Differential revision: https://reviews.llvm.org/D43457

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327381 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ConstantFolding.h
lib/Analysis/ConstantFolding.cpp
lib/Transforms/Utils/Evaluator.cpp
test/Transforms/GlobalOpt/evaluate-bitcast.ll [new file with mode: 0644]