[PATCH] D99284: [RegAllocFast] properly handle STATEPOINT instruction.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 23:21:45 PDT 2021


skatkov requested changes to this revision.
skatkov added a comment.
This revision now requires changes to proceed.

BTW, it seems that previous code was non-optimal or it supports that there are may be ore than one machine operand containing the reg mask.
If the second is true, you should support this in your patch. Can you check that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99284



More information about the llvm-commits mailing list