Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/CodeGen/AArch64/free-zext.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 54457678186b |
children | 7d135dc70f03 |
line wrap: on
line diff
--- a/test/CodeGen/AArch64/free-zext.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/AArch64/free-zext.ll Tue Oct 13 17:48:58 2015 +0900 @@ -5,9 +5,9 @@ ; CHECK-DAG: ldrb w[[A:[0-9]+]], [x0] ; CHECK: ldrh w[[B:[0-9]+]], [x1] ; CHECK: add x0, x[[B]], x[[A]] - %1 = load i8* %a, align 1 + %1 = load i8, i8* %a, align 1 %conv = zext i8 %1 to i64 - %2 = load i16* %b, align 2 + %2 = load i16, i16* %b, align 2 %conv1 = zext i16 %2 to i64 %add = add nsw i64 %conv1, %conv ret i64 %add