Commit 1cd3ad7
committed
[SYCL][DeviceASAN] Fix AcceeChain to a matrix for bfloat16
If element type is bfloat16 its storage will be accessed via GEP. So
need to skip this GEP during AccessChain handling.
Signed-off-by: Sidorov, Dmitry <[email protected]>1 parent 8a41b47 commit 1cd3ad7
File tree
2 files changed
+6
-3
lines changed- llvm
- lib/Transforms/Instrumentation
- test/Instrumentation/AddressSanitizer/SPIRV
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1623 | 1623 | | |
1624 | 1624 | | |
1625 | 1625 | | |
1626 | | - | |
| 1626 | + | |
| 1627 | + | |
1627 | 1628 | | |
1628 | 1629 | | |
1629 | 1630 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments