[all-commits] [llvm/llvm-project] b06a13: [AMDGPU] Fix non-deterministic iteration order
jayfoad via All-commits
all-commits at lists.llvm.org
Tue Feb 11 01:30:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b06a13f541120e31a9ec3fdb144b03dad0f1e620
https://github.com/llvm/llvm-project/commit/b06a13f541120e31a9ec3fdb144b03dad0f1e620
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
Log Message:
-----------
[AMDGPU] Fix non-deterministic iteration order
Summary:
As far as I know this did not affect code generation, but it did affect
the order of -debug-only=si-wqm output and the naming of autonamed
values in -print-after=si-wqm output.
Reviewers: arsenm, rampitec, nhaehnle
Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, hiraditya, mgrang, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74317
More information about the All-commits
mailing list