[all-commits] [llvm/llvm-project] bb5006: [CodeGen] Change placeholder from `undef` to `pois...

Pedro Lobo via All-commits all-commits at lists.llvm.org
Tue Apr 8 01:51:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb5006169f9f72a87b4358356976e0fa33353728
      https://github.com/llvm/llvm-project/commit/bb5006169f9f72a87b4358356976e0fa33353728
  Author: Pedro Lobo <pedro.lobo at tecnico.ulisboa.pt>
  Date:   2025-04-08 (Tue, 08 Apr 2025)

  Changed paths:
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp

  Log Message:
  -----------
  [CodeGen] Change placeholder from `undef` to `poison` (#134731)

Fill default values of a map with `poison` instead of `undef`. There
should be no functional difference as the default values are overridden
later.



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