Displaying 2 results from an estimated 2 matches for "globaliselabort".
2018 Dec 20
2
[OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
...set when the GlobalISel pipeline is enabled. This makes the flag
consistent with TargetOptions::EnableFastISel and allows its use in
other parts of the compiler to determine when GlobalISel is enabled.
The EnableGlobalISel flag had previouly only one use in
TargetPassConfig::isGlobalISelAbortEnabled(). The method used its value
to determine if GlobalISel was enabled by a target and returned false in
such a case. To preserve the current behaviour, a new flag
TargetOptions::GlobalISelAbort is introduced to separately record the
abort behaviour.
Differential Revisi...
2018 Dec 21
2
[OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
...gt;> the flag
>> consistent with TargetOptions::EnableFastISel and allows its use in
>> other parts of the compiler to determine when GlobalISel is
>> enabled.
>>
>> The EnableGlobalISel flag had previouly only one use in
>> TargetPassConfig::isGlobalISelAbortEnabled(). The method used
>> its value
>> to determine if GlobalISel was enabled by a target and returned
>> false in
>> such a case. To preserve the current behaviour, a new flag
>> TargetOptions::GlobalISelAbort is introduced to separately
>> record...