Commit 1a8e6f7
authored
[MLIR] Replace LLVM_Type in bar.warp.sync and cp.async ops with I32 (llvm#167826)
This patch replaces generic `LLVM_Type` with specific `I32` type in NVVM
operations.
`NVVM_SyncWarpOp`: Change mask parameter from `LLVM_Type` to `I32`.
`NVVM_CpAsyncOp`: Change cpSize parameter from `Optional<LLVM_Type>` to
`Optional<I32>`.
Signed-off-by: Dharuni R Acharya <[email protected]>1 parent 2a53949 commit 1a8e6f7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1387 | 1387 | | |
1388 | 1388 | | |
1389 | 1389 | | |
1390 | | - | |
| 1390 | + | |
1391 | 1391 | | |
1392 | 1392 | | |
1393 | 1393 | | |
| |||
1473 | 1473 | | |
1474 | 1474 | | |
1475 | 1475 | | |
1476 | | - | |
| 1476 | + | |
1477 | 1477 | | |
1478 | 1478 | | |
1479 | 1479 | | |
| |||
0 commit comments