[all-commits] [llvm/llvm-project] ecdad1: Verifier: Avoid unnecessary hasFnAttr
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 1 03:11:06 PDT 2025
Branch: refs/heads/users/arsenm/verifier/avoid-extra-hasFnAttr
Home: https://github.com/llvm/llvm-project
Commit: ecdad193267487ab3ae50397bd0e4432172e9a54
https://github.com/llvm/llvm-project/commit/ecdad193267487ab3ae50397bd0e4432172e9a54
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-01 (Thu, 01 May 2025)
Changed paths:
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
Verifier: Avoid unnecessary hasFnAttr
When checking string attribute values are valid, it's not
necessary to check hasFnAttr prior to querying the value.
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