diff options
author | Tim Northover <tnorthover@apple.com> | 2015-01-21 23:17:19 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2015-01-21 23:17:19 +0000 |
commit | 3007ba0ab357e18d998654898c0d2e2d95207624 (patch) | |
tree | de0a594d54d1b3fb9777823685416008b2e4668f /llvm/lib/IR/DebugInfo.cpp | |
parent | 7a08488ca67c591af8318dae63872481d29080fd (diff) | |
download | bcm5719-llvm-3007ba0ab357e18d998654898c0d2e2d95207624.tar.gz bcm5719-llvm-3007ba0ab357e18d998654898c0d2e2d95207624.zip |
DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
It can help with argument juggling on some targets, and is generally a good
idea.
llvm-svn: 226740
Diffstat (limited to 'llvm/lib/IR/DebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions