[all-commits] [llvm/llvm-project] e32536: AMDGPU: Add some leaf intrinsics to isAlwaysUniform
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Aug 4 23:36:07 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-leaf-intrinsics-isalwaysuniform
Home: https://github.com/llvm/llvm-project
Commit: e32536ee7f08cbb7665f115d95ff616b8bdfe3fb
https://github.com/llvm/llvm-project/commit/e32536ee7f08cbb7665f115d95ff616b8bdfe3fb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/always_uniform.ll
Log Message:
-----------
AMDGPU: Add some leaf intrinsics to isAlwaysUniform
These would always be uniform anyway, but it shouldn't hurt to
mark them as always uniform. This will help use TTI::isAlwaysUniform
in place of proper uniformity analysis in trivial situations.
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