[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
Tue May 15 16:21:12 PDT 2018


qcolombet added inline comments.


================
Comment at: test/CodeGen/ARM/global-merge.ll:63
+ at g1 = internal global i32 1
+ at g2 = internal global i32 2
+
----------------
qcolombet wrote:
> Could you keep the original layout of the test (i.e., g1, g2, ..., in this order)
What I meant here is don’t touch the input test, just modify the check lines.


Repository:
  rL LLVM

https://reviews.llvm.org/D46640





More information about the llvm-commits mailing list