Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/atom-cmpb.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 54457678186b |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/test/CodeGen/X86/atom-cmpb.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/atom-cmpb.ll Tue Oct 13 17:48:58 2015 +0900 @@ -11,10 +11,10 @@ define i8 @run_test(i8* %rd_p) { entry: - %incdec.ptr = getelementptr inbounds i8* %rd_p, i64 1 - %ld1 = load i8* %rd_p, align 1 - %incdec.ptr1 = getelementptr inbounds i8* %rd_p, i64 2 - %ld2 = load i8* %incdec.ptr, align 1 + %incdec.ptr = getelementptr inbounds i8, i8* %rd_p, i64 1 + %ld1 = load i8, i8* %rd_p, align 1 + %incdec.ptr1 = getelementptr inbounds i8, i8* %rd_p, i64 2 + %ld2 = load i8, i8* %incdec.ptr, align 1 %x4 = xor i8 %ld1, -1 %x5 = xor i8 %ld2, -1 %cmp34 = icmp ult i8 %ld2, %ld1