Displaying 5 results from an estimated 5 matches for "r348082".
2019 Jan 14
2
Reducing the number of ptrtoint/inttoptrs that are generated by LLVM
...Hello all,
>>
>> This is a proposal for reducing # of ptrtoint/inttoptr casts which are not
>> written by programmers but rather generated by LLVM passes.
>> Currently the majority of ptrtoint/inttoptr casts are generated by LLVM;
>> when compiling SPEC 2017 with LLVM r348082 (Dec 2 2018) with -O3,
>> the output IR contains 22,771 inttoptr instructions. However, when
>> compiling it with -O0, there are only 1048 inttoptrs, meaning that 95.4%
>> of them are generated by LLVM passes.
>>
>> This trend is similar in ptrtoint instruction as well...
2019 Jan 14
7
Reducing the number of ptrtoint/inttoptrs that are generated by LLVM
Hello all,
This is a proposal for reducing # of ptrtoint/inttoptr casts which are not
written by programmers but rather generated by LLVM passes.
Currently the majority of ptrtoint/inttoptr casts are generated by LLVM;
when compiling SPEC 2017 with LLVM r348082 (Dec 2 2018) with -O3,
the output IR contains 22,771 inttoptr instructions. However, when
compiling it with -O0, there are only 1048 inttoptrs, meaning that 95.4%
of them are generated by LLVM passes.
This trend is similar in ptrtoint instruction as well. When compiling SPEC
2017
with -O0, there a...
2019 Jan 15
2
Reducing the number of ptrtoint/inttoptrs that are generated by LLVM
...roposal for reducing # of ptrtoint/inttoptr casts which are
>>>> not
>>>> written by programmers but rather generated by LLVM passes.
>>>> Currently the majority of ptrtoint/inttoptr casts are generated by LLVM;
>>>> when compiling SPEC 2017 with LLVM r348082 (Dec 2 2018) with -O3,
>>>> the output IR contains 22,771 inttoptr instructions. However, when
>>>> compiling it with -O0, there are only 1048 inttoptrs, meaning that 95.4%
>>>> of them are generated by LLVM passes.
>>>>
>>>> This trend is...
2019 Jan 14
4
Reducing the number of ptrtoint/inttoptrs that are generated by LLVM
...Hello all,
>>
>> This is a proposal for reducing # of ptrtoint/inttoptr casts which are not
>> written by programmers but rather generated by LLVM passes.
>> Currently the majority of ptrtoint/inttoptr casts are generated by LLVM;
>> when compiling SPEC 2017 with LLVM r348082 (Dec 2 2018) with -O3,
>> the output IR contains 22,771 inttoptr instructions. However, when
>> compiling it with -O0, there are only 1048 inttoptrs, meaning that 95.4%
>> of them are generated by LLVM passes.
>>
>> This trend is similar in ptrtoint instruction as well...
2019 Jan 15
2
Reducing the number of ptrtoint/inttoptrs that are generated by LLVM
...roposal for reducing # of ptrtoint/inttoptr casts which are
>>>> not
>>>> written by programmers but rather generated by LLVM passes.
>>>> Currently the majority of ptrtoint/inttoptr casts are generated by LLVM;
>>>> when compiling SPEC 2017 with LLVM r348082 (Dec 2 2018) with -O3,
>>>> the output IR contains 22,771 inttoptr instructions. However, when
>>>> compiling it with -O0, there are only 1048 inttoptrs, meaning that 95.4%
>>>> of them are generated by LLVM passes.
>>>>
>>>> This trend is...