[all-commits] [llvm/llvm-project] 084e34: [AMDGPU] Simplify dpp builtin handling

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Wed Nov 6 00:32:24 PST 2024


  Branch: refs/heads/users/rampitec/11-04-_amdgpu_simplify_dpp_builtin_handling
  Home:   https://github.com/llvm/llvm-project
  Commit: 084e347f5fb6e9068313ad4dbc53b44c2d4cee69
      https://github.com/llvm/llvm-project/commit/084e347f5fb6e9068313ad4dbc53b44c2d4cee69
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx10.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-vi.cl

  Log Message:
  -----------
  [AMDGPU] Simplify dpp builtin handling

DPP intrinsics can handle any type now, so no need to cast to
integer.

The caveat is that intrinsics only handle backend legal types,
but it does not work with i8 for example.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list