Displaying 3 results from an estimated 3 matches for "a140b7e2".
2018 Jan 04
0
Testing End-To-End Functionality of Specific Optimization
...LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180104/a140b7e2/attachment.html>
2018 Jan 04
1
Testing End-To-End Functionality of Specific Optimization
Ah, that makes a lot of sense. Thank you! Do you have any tips (or
points to documentation) for how to run compiler-rt tests? Just invoking
llvm-lit doesn't seem to work
On 01/03/2018 11:17 PM, Sean Silva wrote:
> Typically this would be tested alongside the runtime component in
> compiler-rt.
> For example, PGO instrumentation has its "end-to-end" tests in
>
2018 Jan 04
0
Testing End-To-End Functionality of Specific Optimization
Typically this would be tested alongside the runtime component in
compiler-rt.
For example, PGO instrumentation has its "end-to-end" tests in
https://github.com/llvm-mirror/compiler-rt/tree/master/test/profile
-- Sean Silva
On Tue, Jan 2, 2018 at 11:16 AM, Eli Davis via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello!
>
> I am writing an instrumentation pass using