New constant expression lowering pass to simplify your instruction selection needs.
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jun 2004 07:48:09 +0000 (07:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jun 2004 07:48:09 +0000 (07:48 +0000)
commit9dc1b2ae9b19649317d6dd58aa9c4067817bb4e9
tree0b4ef55f73f4bdfa2a3120e52aa61bca011048f5
parentdfde14ef5a68dcc0aae568524813090c0768c370
New constant expression lowering pass to simplify your instruction selection needs.

Contributed by Vladimir Prus!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14399 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LowerConstantExprs.cpp [new file with mode: 0644]