================
@@ -1,9 +1,9 @@
 ; REQUIRES: asserts
-; RUN: llc < %s -disable-wasm-fallthrough-return-opt 
-wasm-disable-explicit-locals -wasm-keep-registers -disable-block-placement 
-verify-machineinstrs -fast-isel=false 
-machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 
-wasm-enable-eh -exception-model=wasm -mattr=+exception-handling | FileCheck %s
-; RUN: llc < %s -disable-wasm-fallthrough-return-opt -disable-block-placement 
-verify-machineinstrs -fast-isel=false 
-machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 
-wasm-enable-eh -exception-model=wasm -mattr=+exception-handling
-; RUN: llc < %s -O0 -disable-wasm-fallthrough-return-opt 
-wasm-disable-explicit-locals -wasm-keep-registers -verify-machineinstrs 
-wasm-enable-eh -exception-model=wasm -mattr=+exception-handling | FileCheck %s 
--check-prefix=NOOPT
-; RUN: llc < %s -disable-wasm-fallthrough-return-opt 
-wasm-disable-explicit-locals -wasm-keep-registers -disable-block-placement 
-verify-machineinstrs -fast-isel=false 
-machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 
-wasm-enable-eh -exception-model=wasm -mattr=+exception-handling 
-wasm-disable-ehpad-sort -stats 2>&1 | FileCheck %s --check-prefix=NOSORT
-; RUN: llc < %s -disable-wasm-fallthrough-return-opt -disable-block-placement 
-verify-machineinstrs -fast-isel=false 
-machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 
-wasm-enable-eh -exception-model=wasm -mattr=+exception-handling 
-wasm-disable-ehpad-sort | FileCheck %s --check-prefix=NOSORT-LOCALS
+; RUN: llc < %s -disable-wasm-fallthrough-return-opt 
-wasm-disable-explicit-locals -wasm-keep-registers -disable-block-placement 
-verify-machineinstrs -fast-isel=false 
-machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 
-wasm-enable-eh -exception-model=wasm -mattr=+exception-handling,bulk-memory | 
FileCheck %s
----------------
aheejin wrote:

Why do we need to enable bulk-memory here?

https://github.com/llvm/llvm-project/pull/112049
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to