Commit 7324b3e
authored
[SYCL][FPGA] Add mutual diagnostic of max_concurrency attribute in conjunction of disable_loop_pipelining attribute (#3512)
This patch
1. removes FIXME and adds mutual diagnostic of max_concurrency and disable_loop_pipelining attributes.
2. updates document
3. adds tests
Signed-off-by: Soumi Manna <soumi.manna@intel.com>1 parent 35db973 commit 7324b3e
File tree
5 files changed
+28
-17
lines changed- clang
- include/clang/Basic
- lib/Sema
- test/SemaSYCL
- utils/TableGen
5 files changed
+28
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1957 | 1957 | | |
1958 | 1958 | | |
1959 | 1959 | | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
1960 | 1963 | | |
1961 | 1964 | | |
1962 | 1965 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2869 | 2869 | | |
2870 | 2870 | | |
2871 | 2871 | | |
2872 | | - | |
| 2872 | + | |
2873 | 2873 | | |
2874 | 2874 | | |
2875 | 2875 | | |
| |||
2935 | 2935 | | |
2936 | 2936 | | |
2937 | 2937 | | |
2938 | | - | |
2939 | | - | |
| 2938 | + | |
| 2939 | + | |
| 2940 | + | |
2940 | 2941 | | |
2941 | 2942 | | |
2942 | 2943 | | |
2943 | 2944 | | |
2944 | 2945 | | |
2945 | | - | |
| 2946 | + | |
2946 | 2947 | | |
2947 | 2948 | | |
2948 | | - | |
| 2949 | + | |
2949 | 2950 | | |
2950 | 2951 | | |
2951 | 2952 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6292 | 6292 | | |
6293 | 6293 | | |
6294 | 6294 | | |
6295 | | - | |
6296 | | - | |
6297 | | - | |
6298 | | - | |
6299 | | - | |
6300 | | - | |
6301 | 6295 | | |
6302 | 6296 | | |
6303 | 6297 | | |
| |||
6337 | 6331 | | |
6338 | 6332 | | |
6339 | 6333 | | |
6340 | | - | |
6341 | | - | |
6342 | | - | |
6343 | | - | |
6344 | | - | |
6345 | | - | |
6346 | 6334 | | |
6347 | 6335 | | |
6348 | 6336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3695 | 3695 | | |
3696 | 3696 | | |
3697 | 3697 | | |
| 3698 | + | |
| 3699 | + | |
| 3700 | + | |
| 3701 | + | |
| 3702 | + | |
3698 | 3703 | | |
3699 | 3704 | | |
3700 | 3705 | | |
| |||
0 commit comments