[clang] [OpenCL] Replace a CreatePointerCast call; NFC (PR #112676)

Youngsuk Kim via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 10:04:06 PDT 2024


JOE1994 wrote:

Oh.. `CreateAddrSpaceCast` calls `CreateCast` which also initially checks whether `to` and `from` types are identical before emitting anything.

https://github.com/llvm/llvm-project/pull/112676


More information about the cfe-commits mailing list