Mercurial > hg > CbC > CbC_llvm
diff test/MC/Hexagon/inst_select.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 | 60c9769439b8 |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/test/MC/Hexagon/inst_select.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/MC/Hexagon/inst_select.ll Tue Oct 13 17:48:58 2015 +0900 @@ -1,5 +1,5 @@ -;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \ -;; RUN: | llvm-objdump -s - | FileCheck %s +; RUN: llc -march=hexagon -filetype=obj %s -o - \ +; RUN: | llvm-objdump -d - | FileCheck %s define i32 @foo (i1 %a, i32 %b, i32 %c) { @@ -7,4 +7,7 @@ ret i32 %1 } -; CHECK: 0000 00400085 004201f4 00c09f52 +; CHECK: 00 40 00 85 85004000 +; CHECK: 00 40 9f 52 529f4000 +; CHECK: 00 60 01 74 74016000 +; CHECK: 00 e0 82 74 7482e000 \ No newline at end of file