llvm-project
a695d6b9 - [HashRecognize] Check TC against bitwidth of LHSAux (#144881)

Commit
237 days ago
[HashRecognize] Check TC against bitwidth of LHSAux (#144881) The trip-count of a CRC algorithm can legitimately be greater than the bitwidth of the result: what it cannot exceed is the bitwidth of the data, or LHSAux. crc8.le.tc16 is now successfully recognized as a CRC algorithm.
Author
Parents
Loading