[all-commits] [llvm/llvm-project] d5032b: [NFC][Coroutines] Use structured binding with llvm...

Tyler Nowicki via All-commits all-commits at lists.llvm.org
Wed Nov 20 10:35:21 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5032b9f4b6aa415e7fd39701f29edb93028d8b3
      https://github.com/llvm/llvm-project/commit/d5032b9f4b6aa415e7fd39701f29edb93028d8b3
  Author: Tyler Nowicki <tyler.nowicki at amd.com>
  Date:   2024-11-20 (Wed, 20 Nov 2024)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp

  Log Message:
  -----------
  [NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)

Avoid repeated calls to value() and index() using structured binding
with llvm::enumerate.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list