[all-commits] [llvm/llvm-project] 40d85f: [LoopPeel] Use any_of & contains instead of for & ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Oct 12 04:18:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40d85f16c45e09c1e280bcb8e63342392036f1eb
      https://github.com/llvm/llvm-project/commit/40d85f16c45e09c1e280bcb8e63342392036f1eb
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/LoopPeel.cpp

  Log Message:
  -----------
  [LoopPeel] Use any_of & contains instead of for & find.

Using contains was suggested in D108114, but I forgot to include it when
landing the patch.




More information about the All-commits mailing list