[all-commits] [llvm/llvm-project] 5a09ce: [OpenCL] Replace a CreatePointerCast call; NFC (#1...

Sven van Haastregt via All-commits all-commits at lists.llvm.org
Fri Oct 18 00:10:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a09ce9e038ed73ea60edf5463dd6509f7c4848f
      https://github.com/llvm/llvm-project/commit/5a09ce9e038ed73ea60edf5463dd6509f7c4848f
  Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp

  Log Message:
  -----------
  [OpenCL] Replace a CreatePointerCast call; NFC (#112676)

With opaque pointers, the only purpose of the cast here is to cast
between address spaces, similar to the 4-argument case below.



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