Commit f8902b8
authored
[SYCL][Driver] Disable "early" optimizations for Intel FPGA by default (#2331)
Enabling standard LLVM passes for SPIR target by default might have
negative impact on the metadata added specifically for Intel FPGA
target. We might switch it back to "ON" by default after more thorough
validation.1 parent 5adfd79 commit f8902b8
File tree
2 files changed
+10
-4
lines changed- clang
- lib/Driver/ToolChains
- test/Driver
2 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4103 | 4103 | | |
4104 | 4104 | | |
4105 | 4105 | | |
| 4106 | + | |
4106 | 4107 | | |
4107 | | - | |
| 4108 | + | |
| 4109 | + | |
4108 | 4110 | | |
4109 | 4111 | | |
4110 | 4112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
12 | 14 | | |
13 | | - | |
14 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments