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

Ahana Datta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 11 12:10:18 PST 2021


adata111 added a comment.

In D113639#3124747 <https://reviews.llvm.org/D113639#3124747>, @MatzeB wrote:

> Does the benchmark still produces the same values when going from `int` to `unsigned`? No change to `*.reference_output` necessary?

No, no change to `*.reference_output` is necessary, the `*.reference_output` produced after changing to `unsigned` is the same as the previous one
The benchmark was failing for the GCC compiler and this change just fixes that.


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