Commit 2807dd1
committed
[mlir][memref][spirv]: Address Feedback
* Remove use of initializer `if` statement to aid readability.
* Remove switch case macro and make statements explicit.
Signed-off-by: Jack Frankland <[email protected]>1 parent cd1106d commit 2807dd1
File tree
2 files changed
+9
-10
lines changed- mlir/lib
- Conversion/MemRefToSPIRV
- Dialect/SPIRV/Transforms
2 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
719 | | - | |
720 | | - | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | 591 | | |
595 | | - | |
596 | | - | |
597 | | - | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
602 | 601 | | |
603 | 602 | | |
604 | 603 | | |
| |||
0 commit comments