Displaying 2 results from an estimated 2 matches for "c436b6b3".
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:
2016 Jun 05
2
What kind of testcases should be required to test IPRA?
...()
call void @bar2()
ret void
}
define void @bar2() {
ret void
}
attributes #0 = {nounwind}
Is this correct approach to verify spills?
Sincerely,
Vivek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160605/c436b6b3/attachment.html>