[PATCH] D136531: [TableGen] Fix sub-operand counting bug in PseudoLoweringEmitter

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 22 13:11:25 PDT 2022


barannikov88 added inline comments.


================
Comment at: llvm/utils/TableGen/PseudoLoweringEmitter.cpp:125
       OpsAdded += NewOps;
       // Since we added more than one, we also need to adjust the base.
       BaseIdx += NewOps - 1;
----------------
barannikov88 wrote:
> Copied from here.
The comment is no longer relevant.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136531



More information about the llvm-commits mailing list