[all-commits] [llvm/llvm-project] e86795: IR: Fix assert string message referring to the wro...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Mar 7 10:14:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e867951de6c954a7bf560b195ce15e6c8d982b34
      https://github.com/llvm/llvm-project/commit/e867951de6c954a7bf560b195ce15e6c8d982b34
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-03-07 (Sun, 07 Mar 2021)

  Changed paths:
    M llvm/lib/IR/Function.cpp

  Log Message:
  -----------
  IR: Fix assert string message referring to the wrong attribute


  Commit: c79a4490d443b4c4e194f380315c889f53635a87
      https://github.com/llvm/llvm-project/commit/c79a4490d443b4c4e194f380315c889f53635a87
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-03-07 (Sun, 07 Mar 2021)

  Changed paths:
    M llvm/lib/Bitcode/Writer/ValueEnumerator.cpp

  Log Message:
  -----------
  OpaquePtr: Record byref types in bitcode writer

I missed this case when adding byref. I believe this is NFC until
pointee types are really removed.


Compare: https://github.com/llvm/llvm-project/compare/0eb405c3b8e2...c79a4490d443


More information about the All-commits mailing list