[PATCH] D14148: [GlobalOpt] Demote globals to locals more aggressively

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 07:40:57 PDT 2015


jmolloy added inline comments.

================
Comment at: test/Transforms/GlobalOpt/2009-11-16-MallocSingleStoreToGlobalVar.ll:11
@@ -10,3 +10,2 @@
 @TOP = internal global i64* null                    ; <i64**> [#uses=2]
-; CHECK: @TOP = internal unnamed_addr global i64* null
 @channelColumns = internal global i64 0             ; <i64*> [#uses=2]
----------------
This is an unneeded change and will not be committed.


Repository:
  rL LLVM

http://reviews.llvm.org/D14148





More information about the llvm-commits mailing list