Displaying 5 results from an estimated 5 matches for "d28047".
Did you mean:
28047
2018 Jan 09
2
Is -disable-llvm-passes and -disable-llvm-optzns different?
Hi guys,
According to this patch review:
*Title: Remove the '-disable-llvm-passes' flag (which I didn't even know
existed, and I suspect many others aren't aware of either) and strength
'-disable-llvm-optzns' to do the same thing*
Link: https://reviews.llvm.org/D28047
*-disable-llvm-optzns and -disable-llvm-passes are aliasing each other.*
*1. Both can be passed to cc1 w/ -Xclang when compilation is run to
finish.*
E.g
[twang15 at c89 temp]$ clang++ -O2 -Xclang -disable-llvm-optzns -save-temps
LULESH.cc
[twang15 at c89 temp]$ cp a.out a.out.1
[twang15 at c89...
2018 Jan 09
3
Is -disable-llvm-passes and -disable-llvm-optzns different?
...this patch review:
>> *Title: Remove the '-disable-llvm-passes' flag (which I didn't even know
>> existed, and I suspect many others aren't aware of either) and strength
>> '-disable-llvm-optzns' to do the same thing*
>> Link: https://reviews.llvm.org/D28047
>>
>> *-disable-llvm-optzns and -disable-llvm-passes are aliasing each other.*
>>
>> *1. Both can be passed to cc1 w/ -Xclang when compilation is run to
>> finish.*
>> E.g
>> [twang15 at c89 temp]$ clang++ -O2 -Xclang -disable-llvm-optzns -save-temps
>&...
2018 Jan 09
0
Is -disable-llvm-passes and -disable-llvm-optzns different?
...t; According to this patch review:
> *Title: Remove the '-disable-llvm-passes' flag (which I didn't even know
> existed, and I suspect many others aren't aware of either) and strength
> '-disable-llvm-optzns' to do the same thing*
> Link: https://reviews.llvm.org/D28047
>
> *-disable-llvm-optzns and -disable-llvm-passes are aliasing each other.*
>
> *1. Both can be passed to cc1 w/ -Xclang when compilation is run to
> finish.*
> E.g
> [twang15 at c89 temp]$ clang++ -O2 -Xclang -disable-llvm-optzns -save-temps
> LULESH.cc
> [twang15 at c...
2018 Jan 09
0
Is -disable-llvm-passes and -disable-llvm-optzns different?
...w:
>>> *Title: Remove the '-disable-llvm-passes' flag (which I didn't even know
>>> existed, and I suspect many others aren't aware of either) and strength
>>> '-disable-llvm-optzns' to do the same thing*
>>> Link: https://reviews.llvm.org/D28047
>>>
>>> *-disable-llvm-optzns and -disable-llvm-passes are aliasing each other.*
>>>
>>> *1. Both can be passed to cc1 w/ -Xclang when compilation is run to
>>> finish.*
>>> E.g
>>> [twang15 at c89 temp]$ clang++ -O2 -Xclang -disable-l...
2018 Jan 09
1
Is -disable-llvm-passes and -disable-llvm-optzns different?
...gt; *Title: Remove the '-disable-llvm-passes' flag (which I didn't even
>>>> know existed, and I suspect many others aren't aware of either) and
>>>> strength '-disable-llvm-optzns' to do the same thing*
>>>> Link: https://reviews.llvm.org/D28047
>>>>
>>>> *-disable-llvm-optzns and -disable-llvm-passes are aliasing each other.*
>>>>
>>>> *1. Both can be passed to cc1 w/ -Xclang when compilation is run to
>>>> finish.*
>>>> E.g
>>>> [twang15 at c89 temp]$ cl...