[all-commits] [llvm/llvm-project] ee77c5: Reland "AMDGPU/PromoteAlloca: Simplify how deferre...
Nicolai Hähnle via All-commits
all-commits at lists.llvm.org
Fri Dec 5 17:15:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee77c58e5b592379db7f50031fb41c15ba72118b
https://github.com/llvm/llvm-project/commit/ee77c58e5b592379db7f50031fb41c15ba72118b
Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date: 2025-12-06 (Sat, 06 Dec 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
A llvm/test/CodeGen/AMDGPU/promote-alloca-cfg.ll
Log Message:
-----------
Reland "AMDGPU/PromoteAlloca: Simplify how deferred loads work (#170510)" (#170955)
The second pass of promotion to vector can be quite simple. Reflect that
simplicity in the code for better maintainability.
v2:
- don't put placeholders into the SSAUpdater, and add a test that shows
the problem
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