[InstSimplify] Fold LoadInst for uniform constant global variables
Fold LoadInst for uniformly initialized constants, even if there are non-constant GEP indices. Goal proof: https://alive2.llvm.org/ce/z/oZtVby Motivated by https://github.com/rust-lang/rust/issues/107208 Differential Revision: https://reviews.llvm.org/D144184
Loading
Please sign in to comment