[llvm] [LoopIdiomRecognize] Enable clmul optimization for CRC loops (PR #203405)
Piotr Fusik via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 05:03:00 PDT 2026
================
@@ -376,6 +376,72 @@ CRCTable HashRecognize::genSarwateTable(const APInt &GenPoly,
return Table;
}
+// Perform polynomial (GF(2)) floor division. This is based on the
----------------
pfusik wrote:
The existing functions in this file have `///` doc comments. Make it consistent.
https://github.com/llvm/llvm-project/pull/203405
More information about the llvm-commits
mailing list