[all-commits] [llvm/llvm-project] f003b2: [MLIR][SPIRVToLLVM] Indentation and style fix in t...
George Mitenkov via All-commits
all-commits at lists.llvm.org
Tue Aug 4 04:32:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f003b28363f9e09f3f68a5e08ebcca2635a4cdca
https://github.com/llvm/llvm-project/commit/f003b28363f9e09f3f68a5e08ebcca2635a4cdca
Author: George Mitenkov <georgemitenk0v at gmail.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M mlir/test/Conversion/SPIRVToLLVM/arithmetic-ops-to-llvm.mlir
M mlir/test/Conversion/SPIRVToLLVM/bitwise-ops-to-llvm.mlir
M mlir/test/Conversion/SPIRVToLLVM/cast-ops-to-llvm.mlir
M mlir/test/Conversion/SPIRVToLLVM/comparison-ops-to-llvm.mlir
A mlir/test/Conversion/SPIRVToLLVM/logical-ops-to-llvm.mlir
R mlir/test/Conversion/SPIRVToLLVM/logical-to-llvm.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list