[all-commits] [llvm/llvm-project] f921bf: [MergeICmps] Collect block instructions once (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Jul 26 09:07:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f921bf6049df6cb8b8a030fedd15351d003f91a9
      https://github.com/llvm/llvm-project/commit/f921bf6049df6cb8b8a030fedd15351d003f91a9
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/MergeICmps.cpp

  Log Message:
  -----------
  [MergeICmps] Collect block instructions once (NFC)

Collect the relevant instructions for a given BCECmpBlock once
on construction, rather than repeating this logic in multiple
places.




More information about the All-commits mailing list