[all-commits] [llvm/llvm-project] f49e2b: [clang][CGCUDANV] Unify PointerType members of CGN...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Sat Dec 16 08:47:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f49e2b05bf3ececa2fe20c5d658ab92ab974dc36
      https://github.com/llvm/llvm-project/commit/f49e2b05bf3ececa2fe20c5d658ab92ab974dc36
  Author: Youngsuk Kim <joseph942010 at gmail.com>
  Date:   2023-12-16 (Sat, 16 Dec 2023)

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

  Log Message:
  -----------
  [clang][CGCUDANV] Unify PointerType members of CGNVCUDARuntime (NFC) (#75668)

Unify 3 `Pointertype *` members which all refer to the same llvm type.

Opaque pointer clean-up effort.




More information about the All-commits mailing list