[all-commits] [llvm/llvm-project] 7c878f: [InstCombine] Directly iterate over users (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed May 24 01:40:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c878f45040ec829713ff091470449b4b093b321
      https://github.com/llvm/llvm-project/commit/7c878f45040ec829713ff091470449b4b093b321
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp

  Log Message:
  -----------
  [InstCombine] Directly iterate over users (NFC)

After 3a223f1eafe331508d171b519df8a4984791ab48, it's no longer
necessary to put the users into a vector. We can directly iterate
them instead.




More information about the All-commits mailing list