[PATCH] D135390: [SPIRV] Fix call lowering of "anonymous" functions

Andrey Tretyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 13:18:53 PDT 2022


andreytr added a comment.

Suggest format of lit tests as it is in xisting ones.



================
Comment at: llvm/test/CodeGen/SPIRV/function/internal-anonymous-function.ll:3-7
+; Types:
+; CHECK-DAG: [[F32:%.+]] = OpTypeFloat 32
+; CHECK-DAG: [[FNF32:%.+]] = OpTypeFunction [[F32]] [[F32]]
+; Function decl:
+; CHECK: [[ANON:%.+]] = OpFunction [[F32]] None [[FNF32]]
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135390



More information about the llvm-commits mailing list