diff options
| author | Johannes Doerfert <johannes@jdoerfert.de> | 2021-09-13 07:34:51 -0500 |
|---|---|---|
| committer | Johannes Doerfert <johannes@jdoerfert.de> | 2021-10-27 21:04:31 -0500 |
| commit | 172078729fced990126cb9c0dc4fe19650069703 (patch) | |
| tree | f8814b5f1f1e292f132b33aeba8fd60afe637465 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 734f91441d539f19a263a44d00e8b74c3f9d3d0c (diff) | |
[Attributor][NFX] Pre-commit test case exposing a problem
The test case is the IR of:
```
void func(float * restrict a, float *b, int N) {
N = 199;
#pragma omp parallel for
for (int i = 1; i < N; i++)
a[i] = b[i] + 1.0;
}
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
