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

Unified Diff: tests_lit/llvm2ice_tests/arith-opt.ll

Issue 1127003003: Lower a few basic ARM binops for i{8,16,32,64}. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: added condition and target to test Created 5 years, 7 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/llvm2ice_tests/arith.ll ('k') | tests_lit/llvm2ice_tests/function_aligned.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/arith-opt.ll
diff --git a/tests_lit/llvm2ice_tests/arith-opt.ll b/tests_lit/llvm2ice_tests/arith-opt.ll
index 1f6a69b857de82c7bd7e6f294340fe9c0028f4fe..66be97f0bac4b92e22ca9cf5c272aab63723dea8 100644
--- a/tests_lit/llvm2ice_tests/arith-opt.ll
+++ b/tests_lit/llvm2ice_tests/arith-opt.ll
@@ -5,13 +5,6 @@
; RUN: %p2i -i %s --filetype=asm --args --verbose inst -threads=0 | FileCheck %s
-; TODO(jvoung): Enable test when it does not llvm::report_fatal_error.
-; The test runner wrappers don't handle error expected errors
-; so we can't just "not" the command.
-; RUIN: %if --need=target_ARM32 --command %p2i -i %s --filetype=asm \
-; RUIN: --args --verbose inst -threads=0 --target arm32 \
-; RUIN: | %if --need=target_ARM32 --command FileCheck %s --check-prefix ARM32
-
define i32 @Add(i32 %a, i32 %b) {
; CHECK: define i32 @Add
entry:
« no previous file with comments | « tests_lit/llvm2ice_tests/arith.ll ('k') | tests_lit/llvm2ice_tests/function_aligned.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698