[all-commits] [llvm/llvm-project] 248a67: [Statepoint] Turn assert into check in foldPatchpo...

dantrushin via All-commits all-commits at lists.llvm.org
Fri Aug 28 06:02:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 248a67f1445d716cd18a588db35328d1f5b501c8
      https://github.com/llvm/llvm-project/commit/248a67f1445d716cd18a588db35328d1f5b501c8
  Author: Denis Antrushin <dantrushin at gmail.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M llvm/lib/CodeGen/TargetInstrInfo.cpp

  Log Message:
  -----------
  [Statepoint] Turn assert into check in foldPatchpoint.

Original D81646 had check for tied regs in foldPatchpoint().
Due to unfortunate miscommunication with review comments and
adressing some comments post commit, it turned into assertion.

We had an offline talk and agreed that with current implementation
this path is possible, so I'm changing it back to check.

Note that this is workaround until ussues described in PR46917 are
resolved.




More information about the All-commits mailing list