Since D140504, GCStrategy is available for use in opt.
Now we can move statepoint correctness checks from
StatepointLowering.cpp to Verifier.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141948
[StatepointLowering] Move statepoint correctness checks to Verifier. NFC. ClosedPublic Authored by dantrushin on Jan 17 2023, 9:05 AM.
Details Summary Since D140504, GCStrategy is available for use in opt.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 17 2023, 11:59 AM This revision was landed with ongoing or failed builds.Jan 18 2023, 7:16 AM Closed by commit rGf8450767384b: [StatepointLowering] Move statepoint correctness checks to Verifier. NFC. (authored by dantrushin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490146 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
|