13 lines · plain
1; RUN: llvm-diff %s %s | count 02; Make sure there is no error produced by using uselistorder with two3; modules using the same constant in the same context.4 5define void @func() {6entry:7 %gep0 = getelementptr inbounds i8, ptr addrspace(4) null, i64 128 %gep1 = getelementptr i8, ptr addrspace(4) null, i64 49 ret void10}11 12uselistorder ptr addrspace(4) null, { 1, 0 }13