[all-commits] [llvm/llvm-project] 9a4476: [UnifyLoopExits] Fix non-deterministic iteration o...
jayfoad via All-commits
all-commits at lists.llvm.org
Mon Sep 14 01:10:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9a4476072e152881e00179bef2c6da9fea9b274e
https://github.com/llvm/llvm-project/commit/9a4476072e152881e00179bef2c6da9fea9b274e
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
Log Message:
-----------
[UnifyLoopExits] Fix non-deterministic iteration order
This was causing random minor codegen differences in shaders compiled
with the AMDGPU backend.
Differential Revision: https://reviews.llvm.org/D87548
More information about the All-commits
mailing list