================
@@ -705,7 +705,8 @@ static void cleanUpDeadVals(RDVFinalCleanupList &list) {
// 4. Operands
for (auto &o : list.operands) {
----------------
joker-eph wrote:
```suggestion
for (OperationToCleanup &o : list.operands) {
```
https://github.com/llvm/llvm-project/pull/144849