[all-commits] [llvm/llvm-project] b9266f: [MLIR][SPIRVToLLVM] Indentation and style fix in t...

George Mitenkov via All-commits all-commits at lists.llvm.org
Tue Aug 4 10:54:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b9266f81bc0a2b53406a84e6ef0c4989d5f7e296
      https://github.com/llvm/llvm-project/commit/b9266f81bc0a2b53406a84e6ef0c4989d5f7e296
  Author: George Mitenkov <georgemitenk0v at gmail.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M mlir/test/Conversion/SPIRVToLLVM/constant-op-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/func-ops-to-llvm.mlir
    R mlir/test/Conversion/SPIRVToLLVM/func-to-llvm.mlir
    M mlir/test/Conversion/SPIRVToLLVM/memory-ops-to-llvm.mlir
    M mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/shift-ops-to-llvm.mlir
    R mlir/test/Conversion/SPIRVToLLVM/shifts-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm-invalid.mlir
    R mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm.invalid.mlir

  Log Message:
  -----------
  [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




More information about the All-commits mailing list