Commit b124c04
authored
[Flang][OpenMP] Remove omp.simd reduction block args (#111523)
This patch reverts previous changes to create entry block arguments for
reduction variables attached to `simd` constructs.
This can't currently be done because reduction variables stored in the
corresponding clause structure are not added to the `omp.simd` operation
when created, as this is not supported yet. Adding block arguments for
non-existent reduction variables results in some tests from the Fujitsu
compiler testsuite breaking:
https://linaro.atlassian.net/browse/LLVM-1389.1 parent cc99bdd commit b124c04
1 file changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2072 | 2072 | | |
2073 | 2073 | | |
2074 | 2074 | | |
2075 | | - | |
2076 | | - | |
2077 | | - | |
| 2075 | + | |
2078 | 2076 | | |
2079 | 2077 | | |
2080 | 2078 | | |
| |||
2232 | 2230 | | |
2233 | 2231 | | |
2234 | 2232 | | |
2235 | | - | |
2236 | | - | |
2237 | | - | |
| 2233 | + | |
2238 | 2234 | | |
2239 | 2235 | | |
2240 | 2236 | | |
| |||
2291 | 2287 | | |
2292 | 2288 | | |
2293 | 2289 | | |
2294 | | - | |
2295 | | - | |
2296 | | - | |
| 2290 | + | |
2297 | 2291 | | |
2298 | 2292 | | |
2299 | 2293 | | |
| |||
2350 | 2344 | | |
2351 | 2345 | | |
2352 | 2346 | | |
2353 | | - | |
2354 | | - | |
2355 | | - | |
| 2347 | + | |
2356 | 2348 | | |
2357 | 2349 | | |
2358 | 2350 | | |
| |||
0 commit comments