This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRVToLLVM] Indentation and style fix in tests
ClosedPublic

Authored by georgemitenkov on Aug 4 2020, 12:57 AM.

Details

Summary

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)

Diff Detail

Event Timeline

georgemitenkov created this revision.Aug 4 2020, 12:57 AM
georgemitenkov requested review of this revision.Aug 4 2020, 12:57 AM
ftynse accepted this revision.Aug 4 2020, 1:37 AM

Thanks!

This revision is now accepted and ready to land.Aug 4 2020, 1:37 AM