[all-commits] [llvm/llvm-project] 8e00d5: [clang] Remove redundant ptr-to-ptr bitcasts (NFC)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Wed Oct 25 08:37:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e00d59dce23f841586260092bddde8a4a26d75f
https://github.com/llvm/llvm-project/commit/8e00d59dce23f841586260092bddde8a4a26d75f
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M clang/lib/CodeGen/CGCUDANV.cpp
Log Message:
-----------
[clang] Remove redundant ptr-to-ptr bitcasts (NFC)
Remove redundant bitcasts performed on instances of
`llvm::GlobalVariable`, which are pointers.
Opaque pointer cleanup effort. NFC.
More information about the All-commits
mailing list