| commit | 2720be48fc72da4affe15a20c708a335c2d999b3 | [log] [tgz] |
|---|---|---|
| author | Ramkumar Ramachandra <ramkumar.ramachandra@codasip.com> | Wed Jun 18 20:23:12 2025 |
| committer | GitHub <noreply@github.com> | Wed Jun 18 20:23:12 2025 |
| tree | 03618fca69a5c1e2901386763121489162b4458a | |
| parent | 9949b174e2357ca1087c502f3750027cf1b27dfe [diff] |
[HashRecognize] Add tests to verify CRC optz (#258) In preparation to optimize cyclic-redundancy-check loops using table-lookup using the newly introduced HashRecognize analysis, add tests with CRC loops (which will get optimized), and check the result against a Sarwate table-lookup (which will not get optimized). The companion change is llvm/llvm-project#143208.