Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/load-slice.ll @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
4 ; <rdar://problem/14477220> | 4 ; <rdar://problem/14477220> |
5 | 5 |
6 %class.Complex = type { float, float } | 6 %class.Complex = type { float, float } |
7 | 7 |
8 | 8 |
9 ; Check that independant slices leads to independant loads then the slices leads to | 9 ; Check that independent slices leads to independent loads then the slices leads to |
10 ; different register file. | 10 ; different register file. |
11 ; | 11 ; |
12 ; The layout is: | 12 ; The layout is: |
13 ; LSB 0 1 2 3 | 4 5 6 7 MSB | 13 ; LSB 0 1 2 3 | 4 5 6 7 MSB |
14 ; Low High | 14 ; Low High |