search for: regallco

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

Did you mean: regallc
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...delAnalysis::print() , Is opt -analyze making that call ? I am not 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 ; CHEC...
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...nt-machineinstrs= -o /dev/null 2>&1 | FileCheck %s > > 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: > > should be NOIPRA-LABEL: > > > ; NOIPRA: pushq %r10 > > ; NOIPRA: pushq %r9 > > ; NOIPRA: pushq...
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...ed. > > -- > Mehdi > > > > > 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: >> >> should be NOIPRA-LABEL: >> >> > ; NOIPRA: pushq %r10 >> > ; NOIPRA: pushq %r...
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: