[all-commits] [llvm/llvm-project] 6b647d: [NFC] Remove the unused hasMinSize() (#133838)
Ningning Shi(史宁宁) via All-commits
all-commits at lists.llvm.org
Tue Apr 1 00:23:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b647de031a7d590663a791a503525f21cb98d03
https://github.com/llvm/llvm-project/commit/6b647de031a7d590663a791a503525f21cb98d03
Author: Ningning Shi(史宁宁) <shiningning at iscas.ac.cn>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
M llvm/lib/Transforms/Instrumentation/PGOForceFunctionAttrs.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[NFC] Remove the unused hasMinSize() (#133838)
The 'hasOptSize()' is 'hasFnAttribute(Attribute::OptimizeForSize) ||
hasMinSize()', so we don't need another 'hasMinSize()'.
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