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 12ba763 commit 3900ce2Copy full SHA for 3900ce2
llvm/test/CodeGen/ARM/musttail.ll
@@ -209,9 +209,6 @@ entry:
209
ret void
210
}
211
212
-; TODO: This test swaps the two byval arguments, but does so without copying to
213
-; a temporary location first, so the first copy overwrites the memory which
214
-; will be ready by the second.
215
declare void @two_byvals_callee(%twenty_bytes* byval(%twenty_bytes) align 4, %twenty_bytes* byval(%twenty_bytes) align 4)
216
define void @swap_byvals(%twenty_bytes* byval(%twenty_bytes) align 4 %a, %twenty_bytes* byval(%twenty_bytes) align 4 %b) {
217
; CHECK-LABEL: swap_byvals:
0 commit comments