Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/X86/i2k.ll @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children | 803732b1fca8 |
line wrap: on
line source
; RUN: llc < %s -march=x86 define void @foo(i2011* %x, i2011* %y, i2011* %p) nounwind { %a = load i2011, i2011* %x %b = load i2011, i2011* %y %c = add i2011 %a, %b store i2011 %c, i2011* %p ret void }