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

Unified Diff: test/CodeGen/NVPTX/intrinsics.ll

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 10 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/CodeGen/NVPTX/i1-param.ll ('k') | test/CodeGen/NVPTX/refl1.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/NVPTX/intrinsics.ll
diff --git a/test/CodeGen/NVPTX/intrinsics.ll b/test/CodeGen/NVPTX/intrinsics.ll
index 1676f20643d228248fd6d643261b9f2038b8d9dc..8b0357be87cb0caaad33d33a439964981b4c5a2d 100644
--- a/test/CodeGen/NVPTX/intrinsics.ll
+++ b/test/CodeGen/NVPTX/intrinsics.ll
@@ -15,12 +15,5 @@ define ptx_device double @test_fabs(double %d) {
ret double %x
}
-define float @test_nvvm_sqrt(float %a) {
- %val = call float @llvm.nvvm.sqrt.f(float %a)
- ret float %val
-}
-
-
declare float @llvm.fabs.f32(float)
declare double @llvm.fabs.f64(double)
-declare float @llvm.nvvm.sqrt.f(float)
« no previous file with comments | « test/CodeGen/NVPTX/i1-param.ll ('k') | test/CodeGen/NVPTX/refl1.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698