[all-commits] [llvm/llvm-project] 30e7c1: [AMDGPU] - Fix non-deterministic compile issue (#1...
David Stuttard via All-commits
all-commits at lists.llvm.org
Sun Feb 9 23:58:23 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30e7c101465d5fa4e9266b9ae3b238eb8cf4533b
https://github.com/llvm/llvm-project/commit/30e7c101465d5fa4e9266b9ae3b238eb8cf4533b
Author: David Stuttard <david.stuttard at amd.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
Log Message:
-----------
[AMDGPU] - Fix non-deterministic compile issue (#126271)
4ce1f9079d4d3 [AMDGPU] Allow rematerialization of instructions with
virtual register uses (#124327)
made changes that require an ordered traversal of a DenseMap. Changing
it to MapVector which
respects insertion order.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list