[all-commits] [llvm/llvm-project] f81133: AMDGPU: Fold frame indexes into s_or_b32
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 20 04:50:10 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu-fold-frameindex-s-or-and
Home: https://github.com/llvm/llvm-project
Commit: f811338a6a26c45e2c761d0c72f62c9cd17d8631
https://github.com/llvm/llvm-project/commit/f811338a6a26c45e2c761d0c72f62c9cd17d8631
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/test/CodeGen/AMDGPU/eliminate-frame-index-scalar-bit-ops.mir
Log Message:
-----------
AMDGPU: Fold frame indexes into s_or_b32
Some pointer adds get turned into ors, and sometimes and is
performed on pointers for masking.
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