[PATCH] D118744: [clang] Don't cache function type after clearing clang->llvm type cache

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 4 12:43:14 PST 2022


aeubanks updated this revision to Diff 406077.
aeubanks added a comment.

fix more issues, ready to review
I've split the OpenCL change out into D119011 <https://reviews.llvm.org/D119011>, will rebase once that's submitted


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118744/new/

https://reviews.llvm.org/D118744

Files:
  clang/lib/CodeGen/CGBuilder.h
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CGOpenCLRuntime.cpp
  clang/lib/CodeGen/CGOpenCLRuntime.h
  clang/lib/CodeGen/CodeGenTypes.cpp
  clang/test/CodeGenCXX/type-cache-2.cpp
  clang/test/CodeGenCXX/type-cache-3.cpp
  clang/test/CodeGenCXX/type-cache.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118744.406077.patch
Type: text/x-patch
Size: 10043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220204/a1b3d6b0/attachment-0001.bin>


More information about the cfe-commits mailing list