Commit ee122ae
Give name to functions with empty name strings
Functions with empty name strings can get mapped to the same label in vISA and cause functional issues.
Always give it a name. LLVM will generate a unique tag if there are duplicates.1 parent 68f38ec commit ee122ae
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
254 | 261 | | |
255 | 262 | | |
256 | 263 | | |
| |||
0 commit comments