[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 09:05:42 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;
----------------
Copied from here.
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