search for: out_start

Displaying 1 result from an estimated 1 matches for "out_start".

Did you mean: gdt_start
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...- llvm/trunk/test/CodeGen/X86/load-slice.ll (original) >> +++ llvm/trunk/test/CodeGen/X86/load-slice.ll Tue Oct 15 18:33:07 2013 >> @@ -17,14 +17,14 @@ >> ; High slice starts at 4 (base + 4-bytes) and is 4-bytes aligned. >> ; >> ; STRESS-LABEL: t1: >> -; Load out[out_start + 8].imm, this is base + 8 * 8 + 4. >> -; STRESS: vmovss 68([[BASE:[^)]+]]), [[OUT_Imm:%xmm[0-9]+]] >> -; Add high slice: out[out_start].imm, this is base + 4. >> -; STRESS-NEXT: vaddss 4([[BASE]]), [[OUT_Imm]], [[RES_Imm:%xmm[0-9]+]] >> ; Load out[out_start + 8].real, this...