Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
Nikita Popov 73cd8e29ad [InstCombine] Skip PromoteCastOfAllocation() transform under opaque pointers
I think this can't be hit anyway (because a ptr-to-ptr bitcast would
get folded earlier), but in the interest of being explicit skip
this transform for opaque pointers entirely.
2022-01-27 10:25:45 +01:00

117 KiB