[all-commits] [llvm/llvm-project] 61c8af: AMDGPU: InstCombine amdgcn.sqrt.f16 to sqrt.f16
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Aug 23 17:30:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61c8af67924b02c8f2cf871439c24650a0207f29
https://github.com/llvm/llvm-project/commit/61c8af67924b02c8f2cf871439c24650a0207f29
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M clang/test/CodeGenOpenCL/builtins-amdgcn-vi.cl
M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
M llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
M llvm/test/Transforms/InstCombine/AMDGPU/rcp-contract-rsq.ll
Log Message:
-----------
AMDGPU: InstCombine amdgcn.sqrt.f16 to sqrt.f16
There's nothing special about f16 sqrt handling.
https://reviews.llvm.org/D158090
More information about the All-commits
mailing list