OSDN Git Service

Implement select.ll:test16: fold load (select C, X, null) -> load X
authorChris Lattner <sabre@nondot.org>
Thu, 23 Sep 2004 15:46:00 +0000 (15:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Sep 2004 15:46:00 +0000 (15:46 +0000)
commit684fe210a936216d5a2d0c01d29d7ad184441b03
tree1d3f13ee5e1ddc4f3ad82d8b1e1315422b696da8
parent60a11f1970bc97dc80b806db185751fe4629b8af
Implement select.ll:test16: fold   load (select C, X, null)  -> load X

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16499 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp