| Issue | 128622 |
|---|---|
| Summary | LLVM fails to optimize (a & b) + (a & b) + (a ^ b) down to a + b |
| Labels | new issue |
| Assignees | |
| Reporter | johnplatts |
According to a snippet over at https://alive2.llvm.org/ce/z/w7xLPL, LLVM fails to optimize `(a & b) + (a & b) + (a ^ b)` down to ` a + b`.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
