OSDN Git Service

[InstSimplify] Don't try to constant fold AllocaInsts since it won't do anything.
authorCraig Topper <craig.topper@gmail.com>
Wed, 12 Apr 2017 22:54:24 +0000 (22:54 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 12 Apr 2017 22:54:24 +0000 (22:54 +0000)
commitb25869aa9e728159170a4708d8274bbad66bcbce
treebe4afb419adeb8f02feb90250905d94749184884
parentf31bea8f808dbaa9d11cab2c7005bf821f1acfe0
[InstSimplify] Don't try to constant fold AllocaInsts since it won't do anything.

Should give a small compile time improvement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300125 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp