[PATCH] D94482: [Verifier] Extend statepoint verifier to cover more constants

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 04:50:57 PST 2021


dantrushin added inline comments.


================
Comment at: llvm/lib/CodeGen/StackMaps.cpp:95
+unsigned StatepointOpers::getNumGcMapEntriesIdx() {
+  // Take index of allocas abd skipp all allocas records.
+  unsigned CurIdx = getNumAllocaIdx();
----------------
skipp -> skip


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94482/new/

https://reviews.llvm.org/D94482



More information about the llvm-commits mailing list