[all-commits] [llvm/llvm-project] 42b44f: [Assignment Tracking] Remove assertion from DbgAss...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Fri Mar 31 06:23:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42b44fef7611cb1bfe851533f27e4be67e55571f
      https://github.com/llvm/llvm-project/commit/42b44fef7611cb1bfe851533f27e4be67e55571f
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

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

  Log Message:
  -----------
  [Assignment Tracking] Remove assertion from DbgAssignIntrinsic::setAddress

Follow up to https://reviews.llvm.org/D146987.

Remove assertion that the Value must be a pointer type. This fires in
real-world examples e.g. by codegenprepare introducing ptrtoint conversions.

The buildbots have not caught up yet but without this change the test
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp fails with an ICE.




More information about the All-commits mailing list