[PATCH] D119011: [clang] Cache OpenCL types

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 4 10:04:44 PST 2022


aeubanks added a comment.

In D119011#3297305 <https://reviews.llvm.org/D119011#3297305>, @Anastasia wrote:

> Just to understand the intent - is this a performance optimization or functionality fix?

This is a functionality fix.

> Also is there any way to test this?

I came across this while working on another patch. This should be NFC with ToT clang, but was required my other patch. Since this part was easily split apart I wanted to do that.
Separately I think this makes sense in general.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119011



More information about the cfe-commits mailing list