[PATCH] D113639: [test-suite] Fix signed integer overflow error for pc1cod.c

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 11:26:28 PST 2021


MatzeB added a comment.

Just double checked and it seems you got it "right" the first time. Turns out the source file for this benchmark has CR+LF line endings, so your patch having them was correct. (My git pager view or the git diff output somehow produce odd output marking the changed lines with different line endings, but this was on my end).

I committed the change now.


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113639/new/

https://reviews.llvm.org/D113639



More information about the llvm-commits mailing list