[all-commits] [llvm/llvm-project] 4af8c5: [BitcodeReader] Use `poison` instead of `undef` to...

Pedro Lobo via All-commits all-commits at lists.llvm.org
Wed Feb 19 01:13:59 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4af8c5382e12a74a3c79c573e029d681719a323b
      https://github.com/llvm/llvm-project/commit/4af8c5382e12a74a3c79c573e029d681719a323b
  Author: Pedro Lobo <pedro.lobo at tecnico.ulisboa.pt>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/test/Bitcode/constexpr-to-instr-metadata-2.ll
    M llvm/test/Bitcode/constexpr-to-instr-metadata.ll

  Log Message:
  -----------
  [BitcodeReader] Use `poison` instead of `undef` to represent unsupported constexprs in metadata (#127665)

Metadata that references unsupported constant expressions can be
represented with `poison` metadata instead of `undef` metadata.



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