[all-commits] [llvm/llvm-project] f84507: [StatepointLowering] Move statepoint correctness c...

dantrushin via All-commits all-commits at lists.llvm.org
Wed Jan 18 07:16:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8450767384b2a929bad250b4942289598e89612
      https://github.com/llvm/llvm-project/commit/f8450767384b2a929bad250b4942289598e89612
  Author: Denis Antrushin <dantrushin at gmail.com>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/test/Transforms/InstCombine/statepoint-iter.ll
    M llvm/test/Verifier/gc_relocate_operand.ll

  Log Message:
  -----------
  [StatepointLowering] Move statepoint correctness checks to Verifier. NFC.

Since D140504, GCStrategy is available for use in opt.
Now we can move statepoint correctness checks from
StatepointLowering.cpp to Verifier.

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D141948




More information about the All-commits mailing list