[SPIRV] Fix style of LIT tests and remove metadata
authorAndrey Tretyakov <andrey.tretyakov@mail.com>
Tue, 2 Aug 2022 18:59:52 +0000 (21:59 +0300)
committerAndrey Tretyakov <andrey.tretyakov@mail.com>
Tue, 2 Aug 2022 23:33:24 +0000 (02:33 +0300)
commit4bd9d98bc2be3548418dc67accc662cbeb10a2e1
treedd8a52f9e2652c0347728c7ad91d6fcefc8fa324
parent63725ebc182d7955c569be94b845b93d14374def
[SPIRV] Fix style of LIT tests and remove metadata

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

Differential Revision: https://reviews.llvm.org/D130664
40 files changed:
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