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

Unified Diff: tests_lit/assembler/arm32/vcvt.u32.f32.ll

Issue 1886263004: Subzero. ARM32. Implements vector select. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 4 years, 8 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 | « tests_lit/assembler/arm32/vcvt.s32.f32.ll ('k') | tests_lit/assembler/arm32/vec-sh-imm.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/assembler/arm32/vcvt.u32.f32.ll
diff --git a/tests_lit/assembler/arm32/vcvt.u32.f32.ll b/tests_lit/assembler/arm32/vcvt.u32.f32.ll
index 6b087655d57d35cab5627d1b667a16d95c107f77..2fae0f5fb9035e6eb156d496295b12fe7b933c45 100644
--- a/tests_lit/assembler/arm32/vcvt.u32.f32.ll
+++ b/tests_lit/assembler/arm32/vcvt.u32.f32.ll
@@ -45,7 +45,7 @@ define internal <4 x i32> @FloatVecToUIntVec(<4 x float> %a) {
; ASM: vcvt.u32.f32 q0, q0
; DIS: 40: f3bb07c0
-; IASM-NOT: vcvt.u32.f32
+; IASM-NOT: vcvt
ret <4 x i32> %v
}
« no previous file with comments | « tests_lit/assembler/arm32/vcvt.s32.f32.ll ('k') | tests_lit/assembler/arm32/vec-sh-imm.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698