[PATCH] D46640: [GlobalMerge] Exit early if only one global is to be merged
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 11 15:00:52 PDT 2018
qcolombet added a comment.
Looks sensible to me.
================
Comment at: test/CodeGen/ARM/global-merge.ll:63
+ at g1 = internal global i32 1
+ at g2 = internal global i32 2
+
----------------
Could you keep the original layout of the test (i.e., g1, g2, ..., in this order)
Repository:
rL LLVM
https://reviews.llvm.org/D46640
More information about the llvm-commits
mailing list