[llvm] [TableGen] Bug fix for tied optional operands resolution (PR #83588)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 03:35:45 PDT 2024
================
@@ -1992,6 +1992,7 @@ emitConvertFuncs(CodeGenTarget &Target, StringRef ClassName,
// When optional operands are involved, formal and actual operand indices
// may differ. Map the former to the latter by subtracting the number of
// absent optional operands.
+ // FIXME: This is not an operand index in the CVT_Tied case
----------------
s-barannikov wrote:
Nice, thanks.
https://github.com/llvm/llvm-project/pull/83588
More information about the llvm-commits
mailing list