Displaying 1 result from an estimated 1 matches for "748fa4f0".
2016 Oct 12
2
Generate Register Indirect mode instruction
On 10/12/2016 2:22 PM, Alex Bradley wrote:
>
>
> > You probably want to look at the x86 backend; it has a lot of
> instructions which involve both computation and memory. Take the
> following IR, a variant of your example:
> >
> > define void @foo(i32 *%a, i32 *%b, i32 *%c) {
> > entry:
> > %0 = load i32, i32* %a, align 4
> > %1 = load i32,