Nikita Popov 82f2ce7eb9 [GlobalOpt] Drop bitcast handling in global to alloca fold
Pointer bitcasts no longer occur with opaque pointers -- and in
this case not handling them allows us to drop the code for
promoting constant expressions to instructions as well.
2023-03-02 17:12:00 +01:00
..