[all-commits] [llvm/llvm-project] 7954b8: LICM: Avoid looking at use list of constant data
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Apr 7 17:26:55 PDT 2025
Branch: refs/heads/users/arsenm/licm/stop-using-constantdata-use-lists
Home: https://github.com/llvm/llvm-project
Commit: 7954b84593d26ea4e130aa6bdba77b50a98b048a
https://github.com/llvm/llvm-project/commit/7954b84593d26ea4e130aa6bdba77b50a98b048a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/test/CodeGen/AMDGPU/swdev380865.ll
M llvm/test/CodeGen/PowerPC/pr43527.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/sms-grp-order.ll
M llvm/test/Transforms/LICM/pr50367.ll
M llvm/test/Transforms/LICM/pr59324.ll
Log Message:
-----------
LICM: Avoid looking at use list of constant data
The codegen test changes seem incidental. Either way,
sms-grp-order.ll seems to already not hit the original issue.
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