[MLIR][SPIRVToLLVM] Indentation and style fix in tests
authorGeorge Mitenkov <georgemitenk0v@gmail.com>
Tue, 4 Aug 2020 17:30:40 +0000 (20:30 +0300)
committerGeorge Mitenkov <georgemitenk0v@gmail.com>
Tue, 4 Aug 2020 17:53:20 +0000 (20:53 +0300)
commitb9266f81bc0a2b53406a84e6ef0c4989d5f7e296
tree510cc49313116686c96877db23df513905648cac
parente31cfc4cd3e393300002e9c519787c96e3b67bab
[MLIR][SPIRVToLLVM] Indentation and style fix in tests

Second patch with test fixes. Redundant `%{{.*}} = `
removed, label checks added, tabs converted to spaces and
some namings are changed to match the convention.

Fixed tests:
- constant-op-to-llvm
- func-ops-to-llvm (renamed)
- memory-ops-to-llvm
- misc-ops-to-llvm
- module-ops-to-llvm
- shift-ops-to-llvm (renamed)
- spirv-types-to-llvm-invalid (renamed)

Reviewed By: ftynse, rriddle

Differential Revision: https://reviews.llvm.org/D85206
mlir/test/Conversion/SPIRVToLLVM/constant-op-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/func-ops-to-llvm.mlir [moved from mlir/test/Conversion/SPIRVToLLVM/func-to-llvm.mlir with 71% similarity]
mlir/test/Conversion/SPIRVToLLVM/memory-ops-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/shift-ops-to-llvm.mlir [new file with mode: 0644]
mlir/test/Conversion/SPIRVToLLVM/shifts-to-llvm.mlir [deleted file]
mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm-invalid.mlir [moved from mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm.invalid.mlir with 100% similarity]