| Issue | 164632 |
|---|---|
| Summary | [X86] Poor codegen for NE/EQ zero/allones comparisons for very large integers |
| Labels | backend:X86, missed-optimization |
| Assignees | |
| Reporter | RKSimon |
Building on #163373For integers larger than the maximum legal vector width, we should be able to split into smaller vectors and then AND/OR them together before performing the comparison
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
