[llvm] [llvm][ARM]Add widen global arrays pass (PR #107120)
Nashe Mncube via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 04:04:11 PDT 2024
================
@@ -2043,9 +2043,13 @@ static bool callInstIsMemcpy(CallInst *CI) {
}
static bool destArrayCanBeWidened(CallInst *CI) {
+ auto *GV = dyn_cast<GlobalVariable>(CI->getArgOperand(0));
----------------
nasherm wrote:
Removed as not necessary after reviewing
https://github.com/llvm/llvm-project/pull/107120
More information about the llvm-commits
mailing list