[all-commits] [llvm/llvm-project] ad7a5d: [CallBrPrepare] Prefer Function &F over Function &Fn

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Nov 21 23:38:31 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad7a5d4e059741819baa1561bfd9bc98d29260f3
      https://github.com/llvm/llvm-project/commit/ad7a5d4e059741819baa1561bfd9bc98d29260f3
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-11-22 (Sat, 22 Nov 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/CallBrPrepare.h
    M llvm/lib/CodeGen/CallBrPrepare.cpp

  Log Message:
  -----------
  [CallBrPrepare] Prefer Function &F over Function &Fn

Function &F is the more standard abbreviation (~4000 uses in llvm versus
~300 uses).



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