[InstCombine] Remove convertBitCastToGEP() fold (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 5 Apr 2023 13:59:29 +0000 (15:59 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 5 Apr 2023 14:20:14 +0000 (16:20 +0200)
commit032e5d403e9ade45cef8d3026b5a358ae5611c05
tree4cf3f65c9fbccef9de2221aa558f2c3b808753ff
parent8ee5029b225ba1ff415e0a0a6a68dc4e3efee4d1
[InstCombine] Remove convertBitCastToGEP() fold (NFC)

This only applies to typed pointers, so the fold is no longer
necessary.
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp