We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e7436 commit a832dd3Copy full SHA for a832dd3
llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
@@ -524,7 +524,9 @@ void CombineRuleOperandTypeChecker::getInstEqClasses(
524
525
// We can only do this on CodeGenInstructions that aren't intrinsics. Other
526
// InstructionPatterns have no type inference information associated with
527
- // them. Intrinsics also don't have any constraints to guide inference.
+ // them.
528
+ // TODO: We could try to extract some info from CodeGenIntrinsic to
529
+ // guide inference.
530
531
// TODO: Could we add some inference information to builtins at least? e.g.
532
// ReplaceReg should always replace with a reg of the same type, for instance.
0 commit comments