[all-commits] [llvm/llvm-project] 7b4f36: [AMDGPU] Remove unused ClangBuiltin definition for...
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Feb 9 06:11:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b4f361e56d2953f36e7be4302812b6d3c8e2f75
https://github.com/llvm/llvm-project/commit/7b4f361e56d2953f36e7be4302812b6d3c8e2f75
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Log Message:
-----------
[AMDGPU] Remove unused ClangBuiltin definition for fmed3
__builtin_amdgcn_fmed3 is unused since the actual builtins are
defined by Clang and have a floating point type suffix, h or f.
Differential Revision: https://reviews.llvm.org/D143643
More information about the All-commits
mailing list