Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: test/Assembler/X86/AutoUpgradeIntrinsics.ll

Issue 7792066: [llvm] Conditionally include target intrinsics, based on --enable-target Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: cleanups Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/Assembler/AutoUpgradeIntrinsics.ll ('k') | test/Bitcode/sse42_crc32.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Assembler/X86/AutoUpgradeIntrinsics.ll
===================================================================
--- test/Assembler/X86/AutoUpgradeIntrinsics.ll (revision 0)
+++ test/Assembler/X86/AutoUpgradeIntrinsics.ll (working copy)
@@ -32,11 +32,3 @@
call void @llvm.x86.sse2.movnt.i(i8* %B, i32 %D)
ret void
}
-
-declare void @llvm.prefetch(i8*, i32, i32) nounwind
-
-define void @p(i8* %ptr) {
-; CHECK: llvm.prefetch(i8* %ptr, i32 0, i32 1, i32 1)
- tail call void @llvm.prefetch(i8* %ptr, i32 0, i32 1)
- ret void
-}
« no previous file with comments | « test/Assembler/AutoUpgradeIntrinsics.ll ('k') | test/Bitcode/sse42_crc32.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698