[PATCH] D65620: [AMDGPU] Use S_DENORM_MODE for gfx10
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 11:49:24 PDT 2019
rnk added a comment.
In D65620#1615020 <https://reviews.llvm.org/D65620#1615020>, @thakis wrote:
> The test is failing on some bots: http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/27245/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Agfx10_dasm_all.txt
I tried changing the test expectations to match `0` instead of `0x0` in rL367907 <https://reviews.llvm.org/rL367907>, since both my Windows machine and Linux machine agree on that output. If that doesn't work and there is some platform variance, we can always use regexes to match both.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65620/new/
https://reviews.llvm.org/D65620
More information about the llvm-commits
mailing list