Files
clang-p2996/llvm/lib/Transforms/IPO/GlobalOpt.cpp
Matt Arsenault b52db60cbb GlobalOpt: Drop code to handle typed pointers
Fixes assert with pointers with different address spaces. We
could keep looking through addrspacecast, but it would require
checking for null handling of the access address space.

Fixes #62384
2023-04-29 09:48:21 -04:00

92 KiB