File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/CodeGen/GlobalISel Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ struct LegalityQuery;
2626// / Based on G_IMPLICIT_DEF, the constants and their values, it folds
2727// / instructions into constants, G_IMPLICIT_DEF, or other
2828// / instructions. For optmizations and constant folding it relies on
29- // / GIConstant. It can fold G_MUL into G_ADD and G_SUB. Before
30- // / folding it always queries the legalizer. When it fails to fold, it
31- // / delegates the building to the CSEMIRBuilder. It is the users
29+ // / GIConstant. It can fold G_MUL into G_ADD and G_SUB. Before folding
30+ // / it always queries the legalizer. When it fails to fold, it
31+ // / delegates the building to the CSEMIRBuilder. It is the user's
3232// / responsibility to only attempt to build legal instructions pass
3333// / the legalizer. OptMIRBuilder can safely be used in optimization
3434// / passes pass the legalizer.
You can’t perform that action at this time.
0 commit comments