[PATCH] D151036: [CodeGen] Fix incorrect usage of MCPhysReg for diff list elements
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 18:12:59 PDT 2023
barannikov88 added inline comments.
================
Comment at: llvm/include/llvm/MC/MCRegisterInfo.h:699
- // unit, we can allow a 0 differential here.
- advance();
}
----------------
foad wrote:
> Maybe inline `advance` into its one remaining caller.
Changed prior to commit.
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