[PATCH] D141948: [StatepointLowering] Move statepoint correctness checks to Verifier. NFC.

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 09:05:18 PST 2023


dantrushin created this revision.
dantrushin added reviewers: skatkov, reames.
Herald added a subscriber: hiraditya.
Herald added a project: All.
dantrushin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Since D140504 <https://reviews.llvm.org/D140504>, GCStrategy is available for use in opt.
Now we can move statepoint correctness checks from
StatepointLowering.cpp to Verifier.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141948

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141948.489852.patch
Type: text/x-patch
Size: 9646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/fad8dbd8/attachment.bin>


More information about the llvm-commits mailing list