[all-commits] [llvm/llvm-project] 17b7df: [InstSimplify] Fold all global variables with init...
Anshil Gandhi via All-commits
all-commits at lists.llvm.org
Tue Jun 13 14:15:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17b7df3daee85c1a4d1d955e558d42b34ce17549
https://github.com/llvm/llvm-project/commit/17b7df3daee85c1a4d1d955e558d42b34ce17549
Author: Anshil Gandhi <Anshil.Gandhi at amd.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M llvm/lib/Analysis/MemoryBuiltins.cpp
A llvm/test/Transforms/InstSimplify/gv-alloca-cmp.ll
M llvm/test/Transforms/LowerConstantIntrinsics/objectsize_basic.ll
Log Message:
-----------
[InstSimplify] Fold all global variables with initializers
Allow computing size of interposable or externally initializable global variables.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D152145
More information about the All-commits
mailing list