This is in preparation for using the same convergence verifier for both LLVM IR
and Machine IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158394
[LLVM][Convergence] further refactor convergence verifier ClosedPublic Authored by sameerds on Aug 21 2023, 12:51 AM.
Details Summary This is in preparation for using the same convergence verifier for both LLVM IR
Diff Detail
Event Timelinesameerds added a child revision: D158147: [RFC][GlobalISel] convergence control tokens and intrinsics.Aug 21 2023, 1:00 AM This revision is now accepted and ready to land.Aug 21 2023, 2:17 AM Closed by commit rG0cb6d2f643b2: [LLVM][Convergence] further refactor convergence verifier (authored by sameerds). · Explain WhyAug 22 2023, 11:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552601 llvm/include/llvm/ADT/GenericConvergenceVerifier.h
llvm/include/llvm/IR/GenericConvergenceVerifierImpl.h
llvm/lib/IR/ConvergenceVerifier.cpp
llvm/lib/IR/Verifier.cpp
llvm/test/Verifier/convergencectrl-invalid.ll
|