summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll
diff options
context:
space:
mode:
authorKyle Butt <kyle+llvm@iteratee.net>2016-10-05 01:39:29 +0000
committerKyle Butt <kyle+llvm@iteratee.net>2016-10-05 01:39:29 +0000
commit25ac35d822d35cc1b005ae8a4392b159bc3cb7b7 (patch)
tree324014aaea1bed530e687581d5c4017385eb8c28 /llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll
parent3e021be3b6e1ab6d7eccb9e75a22df667e6654fe (diff)
downloadbcm5719-llvm-25ac35d822d35cc1b005ae8a4392b159bc3cb7b7.tar.gz
bcm5719-llvm-25ac35d822d35cc1b005ae8a4392b159bc3cb7b7.zip
Revert "Codegen: Tail-duplicate during placement."
This reverts commit 062ace9764953e9769142c1099281a345f9b6bdc. Issue with loop info and block removal revealed by polly. I have a fix for this issue already in another patch, I'll re-roll this together with that fix, and a test case. llvm-svn: 283292
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll b/llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll
index 0ac1e1e182c..71787feb77d 100644
--- a/llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll
+++ b/llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -tail-dup-placement=0| FileCheck %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
; Test memcpy, memmove, and memset intrinsics.
OpenPOWER on IntegriCloud