[PATCH] D59106: [CodeGen] Add MMOs to statepoint nodes during SelectionDAG
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 10 23:44:54 PDT 2019
skatkov accepted this revision.
skatkov added a comment.
This revision is now accepted and ready to land.
lgtm.
================
Comment at: lib/CodeGen/SelectionDAG/StatepointLowering.cpp:473
lowerStatepointMetaArgs(SmallVectorImpl<SDValue> &Ops,
- SelectionDAGBuilder::StatepointLoweringInfo &SI,
+ SmallVectorImpl<MachineMemOperand*> &MemRefs, SelectionDAGBuilder::StatepointLoweringInfo &SI,
SelectionDAGBuilder &Builder) {
----------------
new line missed.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59106/new/
https://reviews.llvm.org/D59106
More information about the llvm-commits
mailing list