Commit f74f253
[mlir] Fix a warning
This patch fixes:
mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp:2666:10: error:
unused variable 'v4i32' [-Werror,-Wunused-variable]1 parent d0f07a5 commit f74f253
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2663 | 2663 | | |
2664 | 2664 | | |
2665 | 2665 | | |
2666 | | - | |
| 2666 | + | |
| 2667 | + | |
2667 | 2668 | | |
2668 | 2669 | | |
2669 | 2670 | | |
| |||
0 commit comments