[PATCH] D130664: [SPIRV] Fix style of LIT tests and remove metadata

Andrey Tretyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 14:06:50 PDT 2022


andreytr created this revision.
andreytr added reviewers: iliya-diyachkov, mpaszkowski, konrad.trifunovic, zuban32, MaskRay, arsenm, rengolin.
Herald added subscribers: StephenFan, ThomasRaoux, jdoerfert.
Herald added a project: All.
andreytr requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Fix style, indentation, comments of LIT tests and remove unnecessary metadata and attributes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130664

Files:
  llvm/test/CodeGen/SPIRV/AtomicCompareExchange.ll
  llvm/test/CodeGen/SPIRV/TruncToBool.ll
  llvm/test/CodeGen/SPIRV/branching/if-merging.ll
  llvm/test/CodeGen/SPIRV/constant/global-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-aggregate-constant.ll
  llvm/test/CodeGen/SPIRV/constant/local-bool-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-null-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-vector-matrix-constants.ll
  llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
  llvm/test/CodeGen/SPIRV/function/identity-function.ll
  llvm/test/CodeGen/SPIRV/function/trivial-function-definition.ll
  llvm/test/CodeGen/SPIRV/function/trivial-function-with-attributes.ll
  llvm/test/CodeGen/SPIRV/function/trivial-function-with-call.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
  llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
  llvm/test/CodeGen/SPIRV/instructions/call-complex-function.ll
  llvm/test/CodeGen/SPIRV/instructions/fcmp.ll
  llvm/test/CodeGen/SPIRV/instructions/float-casts.ll
  llvm/test/CodeGen/SPIRV/instructions/icmp.ll
  llvm/test/CodeGen/SPIRV/instructions/integer-casts.ll
  llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
  llvm/test/CodeGen/SPIRV/instructions/scalar-integer-arithmetic.ll
  llvm/test/CodeGen/SPIRV/instructions/select.ll
  llvm/test/CodeGen/SPIRV/instructions/vector-floating-point-arithmetic.ll
  llvm/test/CodeGen/SPIRV/instructions/vector-integer-arithmetic.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/fshl.ll
  llvm/test/CodeGen/SPIRV/metadata-opencl.ll
  llvm/test/CodeGen/SPIRV/opaque_pointers.ll
  llvm/test/CodeGen/SPIRV/struct.ll
  llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpBitReverse_i32.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpBitReverse_v2i16.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpSwitchEmpty.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
  llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
  llvm/test/CodeGen/SPIRV/transcoding/fcmp.ll
  llvm/test/CodeGen/SPIRV/transcoding/readonly.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130664.448154.patch
Type: text/x-patch
Size: 121555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220727/f59483e4/attachment-0001.bin>


More information about the llvm-commits mailing list