summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2018-10-25 23:35:14 +0000
committerHeejin Ahn <aheejin@gmail.com>2018-10-25 23:35:14 +0000
commit1d13e6be37e90851a6ad05a25eb21830857d784e (patch)
tree7ee73c0c048c83ca774b3c2a005790d195c82ade /llvm/test/CodeGen
parent1147d91402559d0d1193265f81bc854674a1e36f (diff)
downloadbcm5719-llvm-1d13e6be37e90851a6ad05a25eb21830857d784e.tar.gz
bcm5719-llvm-1d13e6be37e90851a6ad05a25eb21830857d784e.zip
Address comments
- Add llvm-mc test case (and delete the old one) - Change report_fatal_error to assertions llvm-svn: 345334
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/WebAssembly/block-mismatch.mir18
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/block-mismatch.mir b/llvm/test/CodeGen/WebAssembly/block-mismatch.mir
deleted file mode 100644
index 0da58e9ddb8..00000000000
--- a/llvm/test/CodeGen/WebAssembly/block-mismatch.mir
+++ /dev/null
@@ -1,18 +0,0 @@
-# RUN: not llc -mtriple=wasm32-unknown-unknown -start-after xray-instrumentation %s -o /dev/null 2>&1 | FileCheck %s
-
-# This tests if there are block/loop marker mismatches, the program crashes.
-
----
-name: block_mismatch
-liveins:
- - { reg: '$arguments', reg: '$value_stack' }
-tracksRegLiveness: true
-body: |
- bb.0:
- liveins: $arguments, $value_stack
- BLOCK 64, implicit-def $value_stack, implicit $value_stack
- END_BLOCK implicit-def $value_stack, implicit $value_stack
- ; CHECK: LLVM ERROR: END marker mismatch!
- END_BLOCK implicit-def $value_stack, implicit $value_stack
- RETURN_VOID implicit-def dead $arguments
-...
OpenPOWER on IntegriCloud