[all-commits] [llvm/llvm-project] 16afe6: [AMDGPU] Make the options consistent across 3 RA p...
Christudasan Devadasan via All-commits
all-commits at lists.llvm.org
Mon Mar 2 10:15:37 PST 2026
Branch: refs/heads/users/cdevadas/test-fixup
Home: https://github.com/llvm/llvm-project
Commit: 16afe671fb464b9a789ce316e9b2f50efda0debe
https://github.com/llvm/llvm-project/commit/16afe671fb464b9a789ce316e9b2f50efda0debe
Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
Date: 2026-03-02 (Mon, 02 Mar 2026)
Changed paths:
M llvm/test/CodeGen/AMDGPU/attr-amdgpu-flat-work-group-size-vgpr-limit.ll
Log Message:
-----------
[AMDGPU] Make the options consistent across 3 RA pipelines(NFC)
Adding the missing option for the wwm-regalloc in the test
attr-amdgpu-flat-work-group-size-vgpr-limit.ll. The existing
test already specifies -sgpr-regalloc=fast & -vgpr-regalloc=fast
to ensure that the fast register allocator is preferred over
the default greedy allocator. For consistency, the same
preference should also be applied to the wwm-regalloc pipeline.
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