[all-commits] [llvm/llvm-project] 82f2ce: [GlobalOpt] Drop bitcast handling in global to all...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Mar 2 08:12:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82f2ce7eb98030f18656a24adf80b667ef666b45
https://github.com/llvm/llvm-project/commit/82f2ce7eb98030f18656a24adf80b667ef666b45
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M llvm/lib/Transforms/IPO/GlobalOpt.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list