[PATCH] D123530: Optimize cross block gc.relocate lowering. NFC.
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 04:33:15 PDT 2022
skatkov added a comment.
Generally looks good. Could please land test first in the current implementation to see the difference caused by patch.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp:1270
- assert(Record.type == RecordType::NoRelocate);
- SDValue SD = getValue(DerivedPtr);
+ assert(Record.type == RecordType::NoRelocate);
+ SDValue SD = getValue(DerivedPtr);
----------------
please use spaces...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123530/new/
https://reviews.llvm.org/D123530
More information about the llvm-commits
mailing list