[all-commits] [llvm/llvm-project] 24b7e3: AMDGPU: Remove unnecessary AGPR legalize logic
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Sep 17 19:02:23 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/remove-unnecessary-agpr-operand-legalize
Home: https://github.com/llvm/llvm-project
Commit: 24b7e3daf41dbfcdfdd1d470b9c719a1ff914939
https://github.com/llvm/llvm-project/commit/24b7e3daf41dbfcdfdd1d470b9c719a1ff914939
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Log Message:
-----------
AMDGPU: Remove unnecessary AGPR legalize logic
The manual legalizeOperands code only need to consider cases that
require full instruction context to know if the operand is legal.
This does not need to handle basic operand register class constraints.
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