File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/lib/CodeGen/SelectionDAG Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2685,9 +2685,9 @@ SDValue DAGCombiner::visitPTRADD(SDNode *N) {
26852685 // * z is not a constant.
26862686 //
26872687 // In some cases, specifically in AArch64's FEAT_CPA, it exposes the
2688- // opportunity to select more complex instructions such as SUBPT and MSUBPT
2689- // However, a hypothetical corner case has been found that we could not
2690- // avoid. Consider this (pseudo-POSIX C):
2688+ // opportunity to select more complex instructions such as SUBPT and
2689+ // MSUBPT. However, a hypothetical corner case has been found that we could
2690+ // not avoid. Consider this (pseudo-POSIX C):
26912691 //
26922692 // char *foo(char *x, int z) {return (x + LARGE_CONSTANT) + z;}
26932693 // char *p = mmap(LARGE_CONSTANT);
You can’t perform that action at this time.
0 commit comments