[all-commits] [llvm/llvm-project] 14e356: [TypePromotion] Remove redundant if. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jul 26 11:50:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14e356d121cd3f49a1f78f67a5b2e605c7d063f6
      https://github.com/llvm/llvm-project/commit/14e356d121cd3f49a1f78f67a5b2e605c7d063f6
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M llvm/lib/CodeGen/TypePromotion.cpp

  Log Message:
  -----------
  [TypePromotion] Remove redundant if. NFC

The same condition was checked in the previous if. Maybe this was
a bad merge resolution?




More information about the All-commits mailing list