[all-commits] [llvm/llvm-project] 975c05: [Bitcode] Check for missing load type

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Dec 6 03:03:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 975c05b69db2d23f8d135811d46707a3802ea7fa
      https://github.com/llvm/llvm-project/commit/975c05b69db2d23f8d135811d46707a3802ea7fa
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp

  Log Message:
  -----------
  [Bitcode] Check for missing load type

We perform do this check independently of whether this is an old
or new style load.

Fixes https://github.com/llvm/llvm-project/issues/74556.




More information about the All-commits mailing list