[all-commits] [llvm/llvm-project] 6967e6: AMDGPU: Add is.shared/is.private intrinsics to isB...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed May 28 09:43:25 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/add-is-shared-is-private-is-bool-sgpr
Home: https://github.com/llvm/llvm-project
Commit: 6967e6460456e755ce0767243834847cabcfbc06
https://github.com/llvm/llvm-project/commit/6967e6460456e755ce0767243834847cabcfbc06
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/combine-cond-add-sub.ll
Log Message:
-----------
AMDGPU: Add is.shared/is.private intrinsics to isBoolSGPR
No change in the net output since these ultimately expand to setcc,
but saves a step in the DAG.
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