[MLIR][SPIRVToLLVM] Indentation and style fix in tests
authorGeorge Mitenkov <georgemitenk0v@gmail.com>
Tue, 4 Aug 2020 09:45:18 +0000 (12:45 +0300)
committerGeorge Mitenkov <georgemitenk0v@gmail.com>
Tue, 4 Aug 2020 11:30:49 +0000 (14:30 +0300)
commitf003b28363f9e09f3f68a5e08ebcca2635a4cdca
treed8f6ef17472e341af1f560eaf1b6e3d8b42e80db
parent998c0efee0e6d6909fdee579e6d2694babd99c0f
[MLIR][SPIRVToLLVM] Indentation and style fix in tests

This is a first patch that sweeps over tests to fix
indentation (tabs to spaces). It also adds label checks and
removes redundant matching of `%{{.*}} = `.

The following tests have been fixed:
- arithmetic-ops-to-llvm
- bitwise-ops-to-llvm
- cast-ops-to-llvm
- comparison-ops-to-llvm
- logical-ops-to-llvm (renamed to match the rest)

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D85181
mlir/test/Conversion/SPIRVToLLVM/arithmetic-ops-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/bitwise-ops-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/cast-ops-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/comparison-ops-to-llvm.mlir
mlir/test/Conversion/SPIRVToLLVM/logical-ops-to-llvm.mlir [moved from mlir/test/Conversion/SPIRVToLLVM/logical-to-llvm.mlir with 55% similarity]