Skip to content

Commit a832dd3

Browse files
committed
Update comment
1 parent c0e7436 commit a832dd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,9 @@ void CombineRuleOperandTypeChecker::getInstEqClasses(
524524

525525
// We can only do this on CodeGenInstructions that aren't intrinsics. Other
526526
// InstructionPatterns have no type inference information associated with
527-
// them. Intrinsics also don't have any constraints to guide inference.
527+
// them.
528+
// TODO: We could try to extract some info from CodeGenIntrinsic to
529+
// guide inference.
528530

529531
// TODO: Could we add some inference information to builtins at least? e.g.
530532
// ReplaceReg should always replace with a reg of the same type, for instance.

0 commit comments

Comments
 (0)