[llvm] [HashRecognize] Make `LHSAux` null if it is dead (PR #207231)
Piotr Fusik via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 10:24:16 PDT 2026
================
@@ -433,7 +479,6 @@ define i16 @crc16.be.tc8.zext.data(i8 %msg, i16 %checksum) {
; CHECK-NEXT: Initial CRC: i16 %checksum
; CHECK-NEXT: Generating polynomial: 258
; CHECK-NEXT: Computed CRC: %crc.next = select i1 %check.sb, i16 %crc.shl, i16 %crc.xor
-; CHECK-NEXT: Auxiliary data: i8 %msg
----------------
pfusik wrote:
Why does a comment change here, yet the emitted code is unaffected?
https://github.com/llvm/llvm-project/pull/207231
More information about the llvm-commits
mailing list