[llvm] [llvm/llvm-project][Coroutines] Improve debugging and minor refactoring (PR #104642)

Adrian Vogelsgesang via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 18:29:58 PDT 2024


================
@@ -6,7 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 // This file contains classes used to discover if for a particular value
-// there from sue to definition that crosses a suspend block.
+// its definition preceeds and its uses follow a suspend block. This is
----------------
vogelsgesang wrote:

```suggestion
// its definition precedes and its uses follow a suspend block. This is
```

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


More information about the llvm-commits mailing list