[all-commits] [llvm/llvm-project] 1bce1b: AMDGPU: Reduce number of calls to computeKnownFPCl...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 26 10:02:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bce1beac4b7980ed01c07d6a6d789f8ec55adac
https://github.com/llvm/llvm-project/commit/1bce1beac4b7980ed01c07d6a6d789f8ec55adac
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
M llvm/test/Transforms/InstCombine/AMDGPU/fma_legacy.ll
M llvm/test/Transforms/InstCombine/AMDGPU/fmul_legacy.ll
Log Message:
-----------
AMDGPU: Reduce number of calls to computeKnownFPClass and pass all arguments
Makes assumes work for this case.
More information about the All-commits
mailing list