[llvm] [Convergence] allow non-convergent ops before entry and loop intrinsics (PR #65939)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 06:11:56 PDT 2023


================
@@ -63,6 +63,8 @@ template <typename ContextT> class GenericConvergenceVerifier {
   // and not the token values.
   DenseMap<const InstructionT *, const InstructionT *> Tokens;
 
+  bool SeenFirstConvOp = false;
----------------
ruiling wrote:

The value will not be reset across basic block, right?

https://github.com/llvm/llvm-project/pull/65939


More information about the llvm-commits mailing list