Displaying 3 results from an estimated 3 matches for "109154".
Did you mean:
10154
2017 Jan 19
3
RFC: Building GlobalISel by default
...-dev/2017-January/109185.html> for the details.)
>
>
> * How likely GlobalISel will break on non-related change?
>
> Unlikely: GlobalISel's APIs are fairly isolated or work on pretty well established low-level APIs. (See http://lists.llvm.org/pipermail/llvm-dev/2017-January/109154.html <http://lists.llvm.org/pipermail/llvm-dev/2017-January/109154.html> for details.)
>
>
> * Why GlobalISel wasn’t built from the start?
>
> One of the requirement was that we don’t impact negatively the footprint of the compiler. Given we were not sure where we were going...
2017 Jan 25
3
RFC: Building GlobalISel by default
...9185.html> for the details.)
>>
>>
>> * How likely GlobalISel will break on non-related change?
>>
>> Unlikely: GlobalISel's APIs are fairly isolated or work on pretty well established low-level APIs. (See http://lists.llvm.org/pipermail/llvm-dev/2017-January/109154.html <http://lists.llvm.org/pipermail/llvm-dev/2017-January/109154.html> for details.)
>>
>>
>> * Why GlobalISel wasn’t built from the start?
>>
>> One of the requirement was that we don’t impact negatively the footprint of the compiler. Given we were not sure...
2017 Jan 18
3
RFC: Building GlobalISel by default
On Wed, Jan 18, 2017 at 9:13 AM David Blaikie via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> These concerns sound applicable to the situation when GlobalISel is turned
> on by default and has an effect on code generation.
>
> While it's a library with tests like any other LLVM component I don't see
> these concerns as being significantly greater risk than any