[PATCH] D125404: [SPIR-V] Add simple transcoding tests

Andrey Tretyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 05:53:35 PDT 2022


andreytr updated this revision to Diff 428915.
andreytr retitled this revision from "[SPIRV] Add SPIR-V tests" to "[SPIR-V] Add simple transcoding tests".
andreytr added a comment.

Fixed changes proposed by @MaskRay and @zuban32. I'm not sure about `%[[PTR_ID:[0-9]+]]` etc...
And what about build failures? It seems, these are not related to my patch...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125404/new/

https://reviews.llvm.org/D125404

Files:
  llvm/test/CodeGen/SPIRV/TruncToBool.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/dynamic-memmove.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/experimental.noalias.scope.decl.ll
  llvm/test/CodeGen/SPIRV/optnone.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/OpSwitchEmpty.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125404.428915.patch
Type: text/x-patch
Size: 17895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220512/01b9f095/attachment.bin>


More information about the llvm-commits mailing list