[llvm] [TableGen] Bug fix for tied optional operands resolution (PR #83588)
Alfie Richards via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 07:00:08 PDT 2024
================
@@ -1999,16 +1999,17 @@ emitConvertFuncs(CodeGenTarget &Target, StringRef ClassName,
}
CvtOS << " switch (*p) {\n";
CvtOS << " default: llvm_unreachable(\"invalid conversion entry!\");\n";
- CvtOS << " case CVT_Reg:\n";
+ CvtOS << " case CVT_Reg:{\n";
----------------
AlfieRichardsArm wrote:
Fixed
https://github.com/llvm/llvm-project/pull/83588
More information about the llvm-commits
mailing list