summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FileUtilities.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-05 05:51:50 +0000
committerChris Lattner <sabre@nondot.org>2006-05-05 05:51:50 +0000
commit8d6fc201812d1bdd340c3051aa5f8ebbca94cda5 (patch)
tree2b72a83d97d3731d1a021e4fc640cb8aca45f33f /llvm/lib/Support/FileUtilities.cpp
parentddb6cc1d8eb834b764064f2ecf45ba8f9b91ecc9 (diff)
downloadbcm5719-llvm-8d6fc201812d1bdd340c3051aa5f8ebbca94cda5.tar.gz
bcm5719-llvm-8d6fc201812d1bdd340c3051aa5f8ebbca94cda5.zip
Factor some code, add these transformations:
// fold (and (trunc x), (trunc y)) -> (trunc (and x, y)) // fold (or (trunc x), (trunc y)) -> (trunc (or x, y)) // fold (xor (trunc x), (trunc y)) -> (trunc (xor x, y)) llvm-svn: 28120
Diffstat (limited to 'llvm/lib/Support/FileUtilities.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud