diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-05-05 06:31:05 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-05-05 06:31:05 +0000 |
| commit | 002ee91457c2603856c185b0c7a1f2b674e0e492 (patch) | |
| tree | 2e39d9449aa87ba6b05fd59c864d736a35a6325e /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
| parent | 5ac42936069a88395aa7087caec6fabd5d57e63f (diff) | |
| download | bcm5719-llvm-002ee91457c2603856c185b0c7a1f2b674e0e492.tar.gz bcm5719-llvm-002ee91457c2603856c185b0c7a1f2b674e0e492.zip | |
Implement:
// fold (and (sext x), (sext y)) -> (sext (and x, y))
// fold (or (sext x), (sext y)) -> (sext (or x, y))
// fold (xor (sext x), (sext y)) -> (sext (xor x, y))
// fold (and (aext x), (aext y)) -> (aext (and x, y))
// fold (or (aext x), (aext y)) -> (aext (or x, y))
// fold (xor (aext x), (aext y)) -> (aext (xor x, y))
llvm-svn: 28123
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions

