Commit 7725b6f
authored
[NFC][mlir][SPIR-V] Rename getUnaryOpResultType to getMatchingBoolType (llvm#191773)
The old name was misleading because this function is not specific to
unary ops
suggested in
llvm#189099 (comment)1 parent fbd0bcf commit 7725b6f
File tree
2 files changed
+5
-4
lines changed- mlir
- include/mlir/Dialect/SPIRV/IR
- lib/Dialect/SPIRV/IR
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments