__builtin_amdgcn_fmed3 is unused since the actual builtins are
defined by Clang and have a floating point type suffix, h or f.
Details
Details
- Reviewers
arsenm - Group Reviewers
Restricted Project - Commits
- rG7b4f361e56d2: [AMDGPU] Remove unused ClangBuiltin definition for fmed3
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It's really unfortunate we don't have a way to give a list of builtins for an intrinsic with type mangling
Comment Actions
The device library is using the builtin, so I assume the build will fail when this change lands.