[all-commits] [llvm/llvm-project] 832518: [NFC][InstCombine] Refactor InstCombinerImpl::fold...

david-arm via All-commits all-commits at lists.llvm.org
Mon Jun 13 02:37:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83251896d74bf0df85259b2e65b701aa14355705
      https://github.com/llvm/llvm-project/commit/83251896d74bf0df85259b2e65b701aa14355705
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-06-13 (Mon, 13 Jun 2022)

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

  Log Message:
  -----------
  [NFC][InstCombine] Refactor InstCombinerImpl::foldSelectIntoOp

Introduce a lambda function so that we remove a lot of code
duplication.

Differential Revision: https://reviews.llvm.org/D127493




More information about the All-commits mailing list