diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-14 07:33:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-14 07:33:16 +0000 |
commit | 711b3402aafd607eeb9ec56395c78e98fe491e76 (patch) | |
tree | 17e7ae5d3ab04b43de98a949885ed951a69c347d /lib/Bytecode | |
parent | 6739eae7ea45672a82029ac0a907c97ec1fe6dc5 (diff) |
Transform this:
%X = alloca ...
%Y = alloca ...
X == Y
into false. This allows us to simplify some stuff in eon (and probably
many other C++ programs) where operator= was checking for self assignment.
Folding this allows us to SROA several additional structs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
0 files changed, 0 insertions, 0 deletions