[all-commits] [llvm/llvm-project] 75d0e0: [IRCE] consolidate profitability check

serguei-katkov via All-commits all-commits at lists.llvm.org
Wed Oct 21 21:45:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 75d0e0cd5f4c584f235b98e13c01421683bf0b80
      https://github.com/llvm/llvm-project/commit/75d0e0cd5f4c584f235b98e13c01421683bf0b80
  Author: Serguei Katkov <serguei.katkov at azul.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

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

  Log Message:
  -----------
  [IRCE] consolidate profitability check

Use BFI if it is available and BPI otherwise.
This is a promised follow-up after D89541.

Reviewers: ebrevnov, mkazantsev
Reviewed By: ebrevnov
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D89773




More information about the All-commits mailing list