[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
Fri Jul 28 04:34:52 PDT 2023


sameerds created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sameerds requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The refactored template can now be used with MachineVerifier.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156522

Files:
  llvm/include/llvm/ADT/GenericConvergenceVerifier.h
  llvm/include/llvm/ADT/GenericConvergenceVerifierImpl.h
  llvm/include/llvm/ADT/GenericSSAContext.h
  llvm/include/llvm/IR/ConvergenceVerifier.h
  llvm/lib/CodeGen/MachineSSAContext.cpp
  llvm/lib/IR/CMakeLists.txt
  llvm/lib/IR/ConvergenceVerifier.cpp
  llvm/lib/IR/SSAContext.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Verifier/convergencectrl-invalid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156522.545100.patch
Type: text/x-patch
Size: 28382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230728/0e3b20a6/attachment.bin>


More information about the llvm-commits mailing list