[all-commits] [llvm/llvm-project] 659425: [ARM] Add missing return to ARMTTIImpl::isLoweredT...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Apr 7 12:56:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65942554e23ffcc5a48bb48d686b2f2986a59310
      https://github.com/llvm/llvm-project/commit/65942554e23ffcc5a48bb48d686b2f2986a59310
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp

  Log Message:
  -----------
  [ARM] Add missing return to ARMTTIImpl::isLoweredToCall.

I assume we meant to return the result of the call to
BaseT::isLoweredToCall(F).

This might not be a functional change in practice because it would
still hit the default case in the switch and call
BaseT::isLoweredToCall(F) at the end.

Reviewed By: efriedma

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




More information about the All-commits mailing list