[PATCH] D156522: [LLVM] move verification of convergence control to a class template

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 01:02:01 PDT 2023


sameerds marked an inline comment as done.
sameerds added inline comments.


================
Comment at: llvm/test/Verifier/convergencectrl-invalid.ll:3
 
+; CHECK: Convergence control tokens can only be produced by calls to the convergence control intrinsics.
+; CHECK-NEXT:  %t04_tok1 = call token @produce_token()
----------------
These extra tests were separately committed to the main branch in 

https://reviews.llvm.org/rGf7b09516e466


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156522



More information about the llvm-commits mailing list