[all-commits] [llvm/llvm-project] b4df0d: [AMDGPU] Fix a potential wrong return value indica...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri Apr 12 06:57:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4df0da9e8421c8026bd09980b8a6acd7a6ce8c9
https://github.com/llvm/llvm-project/commit/b4df0da9e8421c8026bd09980b8a6acd7a6ce8c9
Author: Shilei Tian <i at tianshilei.me>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
A llvm/test/CodeGen/AMDGPU/half-alloca-promotion.ll
Log Message:
-----------
[AMDGPU] Fix a potential wrong return value indicating whether a pass modifies a function (#88197)
When the alloca is too big for vectorization, the function could have
already
been modified in previous iteration of the `for` loop.
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