search for: noipra

Displaying 4 results from an estimated 4 matches for "noipra".

2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...able to find similar option in llc. I can't use info printed with dbgs() function as release build do not add -debug-only option to llc executable. For the testcase sent by you earlier I have modified it as following : ;;;;; ip-regallco-simple.ll ; RUN: llc < %s | FileCheck %s -check-prefix=NOIPRA ; RUN: llc < %s -enable-ipra | FileCheck %s ; NOIPRA: foo: ; NOIPRA: pushq %r10 ; NOIPRA: pushq %r9 ; NOIPRA: pushq %r8 ; NOIPRA: callq bar1 ; CHECK: foo: ; CHECK-NOT: pushq %r10 ; CHECK-NOT: pushq %r9 ; CHECK-NOT: pushq %r8 ; CHECK: callq bar1 target triple = "x86_64-unknown-unknown"...
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...9;t use info printed with dbgs() function as release build do not > add -debug-only option to llc executable. > > > > For the testcase sent by you earlier I have modified it as following : > > ;;;;; ip-regallco-simple.ll > > ; RUN: llc < %s | FileCheck %s -check-prefix=NOIPRA > > ; RUN: llc < %s -enable-ipra | FileCheck %s > > ; NOIPRA: foo: > > should be NOIPRA-LABEL: > > > ; NOIPRA: pushq %r10 > > ; NOIPRA: pushq %r9 > > ; NOIPRA: pushq %r8 > > ; NOIPRA: calls bar1 > > If this is an exact sequence...
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...with dbgs() function as release build do not >> add -debug-only option to llc executable. >> > >> > For the testcase sent by you earlier I have modified it as following : >> > ;;;;; ip-regallco-simple.ll >> > ; RUN: llc < %s | FileCheck %s -check-prefix=NOIPRA >> > ; RUN: llc < %s -enable-ipra | FileCheck %s >> > ; NOIPRA: foo: >> >> should be NOIPRA-LABEL: >> >> > ; NOIPRA: pushq %r10 >> > ; NOIPRA: pushq %r9 >> > ; NOIPRA: pushq %r8 >> > ; NOIPRA: calls bar1 &g...
2016 Jun 02
2
What kind of testcases should be required to test IPRA?
Dear Mentors, I will be writing test cases for IPRA for lit infrastructure. Following 2 basic test cases I have identified : Program that does not have recursive function call. Program that does have recursive calls. Please suggest some other test cases or provide some hints. Sincerely, Vivek -------------- next part -------------- An HTML attachment was scrubbed... URL: