[all-commits] [llvm/llvm-project] 6b2105: [Statepoint] Remove code related to inline operand...

Philip Reames via All-commits all-commits at lists.llvm.org
Fri Aug 14 20:32:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b2105456a1a27257d3dea05ef05e1f2171fce4f
      https://github.com/llvm/llvm-project/commit/6b2105456a1a27257d3dea05ef05e1f2171fce4f
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M llvm/include/llvm/IR/Statepoint.h
    M llvm/lib/IR/Verifier.cpp
    M llvm/test/Verifier/invalid-statepoint.ll
    R llvm/test/Verifier/invalid-statepoint2.ll

  Log Message:
  -----------
  [Statepoint] Remove code related to inline operand bundles

This code becomes dead for valid IR after 48f4312 and a96fc46.  The reason for the test change is that the verifier reports the first verification error encountered, in some non-specified visit order.  By removing the verification code in gc.relocates for a statepoint with inline gc operands, I change the error the verifier reports.  And in one case, the checked for error is no longer possible with the bundle representation, so I simply delete the file.




More information about the All-commits mailing list