[all-commits] [llvm/llvm-project] 9ef133: AMDGPU: Replace certain llvm.amdgcn.class uses wit...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed May 24 13:57:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ef1333bf48eb66a6cfde19e926044fff2a2e7a8
https://github.com/llvm/llvm-project/commit/9ef1333bf48eb66a6cfde19e926044fff2a2e7a8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
M llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
Log Message:
-----------
AMDGPU: Replace certain llvm.amdgcn.class uses with llvm.is.fpclass
Most transforms should now be performed on llvm.is.fpclass. Unlike the
generic intrinsic, this supports variable test masks.
More information about the All-commits
mailing list