1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include
Duncan Sands cac74d2a10 Make it possible to use different constant
folding policies with IRBuilder.  The default,
provided by ConstantFolder, is to do minimal
folding like now: what ConstantExpr provides.
An alternative is to use TargetFolder, which
uses target information to fold constants more.

llvm-svn: 54640
2008-08-11 15:29:30 +00:00
..
llvm Make it possible to use different constant 2008-08-11 15:29:30 +00:00
llvm-c Delete a redundant binding, LLVMHasInitializer. 2008-08-09 02:13:58 +00:00