[all-commits] [llvm/llvm-project] c66844: [CodeGenOpenCL] Remove pointer type caching
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Nov 14 15:38:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c66844d629d8317ed9bbd7d4049d52d56597adcc
https://github.com/llvm/llvm-project/commit/c66844d629d8317ed9bbd7d4049d52d56597adcc
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGOpenCLRuntime.cpp
M clang/lib/CodeGen/CGOpenCLRuntime.h
Log Message:
-----------
[CodeGenOpenCL] Remove pointer type caching
This was important when typed LLVM pointers wanted a struct definition
for every type, but that's no longer necessary with opaque pointers.
NFCI.
More information about the All-commits
mailing list