[all-commits] [llvm/llvm-project] 21aa78: [AArch64][CostModel] Replace undef with poison in ...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Fri Nov 7 07:04:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21aa788ae0b195d69dbd3bb49d59d84c0adbf235
      https://github.com/llvm/llvm-project/commit/21aa788ae0b195d69dbd3bb49d59d84c0adbf235
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2025-11-07 (Fri, 07 Nov 2025)

  Changed paths:
    M llvm/test/Analysis/CostModel/AArch64/sve-arith-fp.ll

  Log Message:
  -----------
  [AArch64][CostModel] Replace undef with poison in sve-arith-fp.ll (NFC) (#166930)

`undef` values are now deprecated (see
https://llvm.org/docs/UndefinedBehavior.html#undef-values). Updating
this file to avoid triggering the `undef` deprecation warning on future
changes.



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