[llvm] 5f87510 - Fix failing bot
Guillaume Chatelet via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 01:21:12 PST 2020
Author: Guillaume Chatelet
Date: 2020-01-28T10:20:55+01:00
New Revision: 5f87510c37cde57773c4d47a6124c33752b8b154
URL: https://github.com/llvm/llvm-project/commit/5f87510c37cde57773c4d47a6124c33752b8b154
DIFF: https://github.com/llvm/llvm-project/commit/5f87510c37cde57773c4d47a6124c33752b8b154.diff
LOG: Fix failing bot
Added:
Modified:
llvm/test/CodeGen/X86/memcpy-inline.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/memcpy-inline.ll b/llvm/test/CodeGen/X86/memcpy-inline.ll
index 8e44db8fa60b..d563679aac08 100644
--- a/llvm/test/CodeGen/X86/memcpy-inline.ll
+++ b/llvm/test/CodeGen/X86/memcpy-inline.ll
@@ -1,10 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=core2 | FileCheck -check-prefix=X64 %s
-; NOTE: This is expected to fail on target that do not support memcpy.
-; RUN: llc < %s -mtriple=r600-unknown-linux-gnu 2> %t.err || true
-; RUN: FileCheck --input-file %t.err -check-prefix=R600 %s
-
declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i1) nounwind
declare void @llvm.memcpy.inline.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i1) nounwind
More information about the llvm-commits
mailing list