[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 00:56:18 PDT 2023
sameerds updated this revision to Diff 545531.
sameerds added a comment.
- rebase
- replaced std::function with function_ref
- removed the everything capture
- renamed CheckFailed() to reportFailure() ... more aligned with the coding standard
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156522/new/
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156522.545531.patch
Type: text/x-patch
Size: 26438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230731/b3d58948/attachment.bin>
More information about the llvm-commits
mailing list