[llvm] [IVDesc] Make getCastInsts return an ArrayRef (NFC) (PR #169021)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 23 12:58:24 PST 2025


================
@@ -454,9 +454,7 @@ class InductionDescriptor {
   /// Returns a reference to the type cast instructions in the induction
----------------
fhahn wrote:

```suggestion
  /// Returns an ArrayRef to the type cast instructions in the induction
```


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


More information about the llvm-commits mailing list