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

Unified Diff: crosstest/test_select.ll

Issue 973823003: Subzero: Run sandboxed cross tests, and do some cleanup. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix TODO. Fix accidentally reverted required change. Created 5 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 | « crosstest/test_icmp_i1vec.ll ('k') | crosstest/test_vector_ops.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_select.ll
diff --git a/crosstest/test_select.ll b/crosstest/test_select.ll
index e286b2df2b0a20a7383b4705456c24e469a48c87..89ea076529d0133d8685c8fd4f995e9477608c37 100644
--- a/crosstest/test_select.ll
+++ b/crosstest/test_select.ll
@@ -1,5 +1,3 @@
-target triple = "i686-pc-linux-gnu"
-
define <4 x float> @_Z6selectDv4_iDv4_fS0_(<4 x i32> %cond.ext, <4 x float> %arg1, <4 x float> %arg2) {
entry:
%cond = trunc <4 x i32> %cond.ext to <4 x i1>
« no previous file with comments | « crosstest/test_icmp_i1vec.ll ('k') | crosstest/test_vector_ops.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698