[PATCH] D151036: [CodeGen] Fix incorrect usage of MCPhysReg for diff list elements

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 08:15:33 PDT 2023


foad accepted this revision.
foad added a comment.

Nice!



================
Comment at: llvm/include/llvm/MC/MCRegisterInfo.h:699
-    // unit, we can allow a 0 differential here.
-    advance();
   }
----------------
Maybe inline `advance` into its one remaining caller.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151036



More information about the llvm-commits mailing list