Skip to content

Conversation

@artagnon
Copy link
Contributor

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.

@artagnon artagnon requested review from dtcxzyw, nikic and pfusik June 17, 2025 17:33
Copy link

@pfusik pfusik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.
@artagnon artagnon merged commit 2720be4 into llvm:main Jun 18, 2025
1 check passed
@artagnon artagnon deleted the hr branch June 18, 2025 20:23
lukastruemper pushed a commit to daisytuner/llvm-test-suite that referenced this pull request Oct 22, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants