[all-commits] [llvm/llvm-project] 21aa7b: Verifier: Avoid unnecessary hasFnAttr (#138104)

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu May 1 04:09:00 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21aa7b8138a140514ea90d85bf86c57de68c6d4f
      https://github.com/llvm/llvm-project/commit/21aa7b8138a140514ea90d85bf86c57de68c6d4f
  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 (#138104)

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