Commit a01a5b8
authored
[AMDGPU][NFC] Remove duplicate features in gfx908/909/90a (llvm#137902)
The new TableGen warning introduced in
llvm@951292b
shows the following warnings:
```
warning: Processor gfx908 contains duplicate feature 'addressablelocalmemorysize65536'
warning: Processor gfx909 contains duplicate feature 'image-insts'
warning: Processor gfx90a contains duplicate feature 'addressablelocalmemorysize65536'
```1 parent efef83e commit a01a5b8
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
1537 | | - | |
1538 | | - | |
| 1537 | + | |
1539 | 1538 | | |
1540 | 1539 | | |
1541 | 1540 | | |
| |||
1585 | 1584 | | |
1586 | 1585 | | |
1587 | 1586 | | |
1588 | | - | |
1589 | | - | |
| 1587 | + | |
1590 | 1588 | | |
1591 | 1589 | | |
1592 | 1590 | | |
| |||
0 commit comments