[all-commits] [llvm/llvm-project] 37a86c: [NFC] Use the hasMinSize() instead of hasFnAttribu...

Ningning Shi(史宁宁) via All-commits all-commits at lists.llvm.org
Fri Apr 11 04:39:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37a86cb89e9e03ac7c91f2217cab8adedceb61ac
      https://github.com/llvm/llvm-project/commit/37a86cb89e9e03ac7c91f2217cab8adedceb61ac
  Author: Ningning Shi(史宁宁) <shiningning at iscas.ac.cn>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp

  Log Message:
  -----------
  [NFC] Use the hasMinSize() instead of hasFnAttribute(Attribute::MinSize) (#135328)

The other code all use the hasMinSize(), so I change the last two
hasFnAttribute(Attribute::MinSize).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list