diff options
author | Derek Schuff <dschuff@chromium.org> | 2024-11-16 00:40:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 00:40:01 -0800 |
commit | 69591ded5acab404cba96af7ebc1afd54034c545 (patch) | |
tree | 49852fc9cadb5d3ad08b898537e18ea10e590fea /test/lit/help/wasm-opt.test | |
parent | f6f898b6b6f85b5e2c4f5bc0c61b8465e72dc35e (diff) | |
download | binaryen-69591ded5acab404cba96af7ebc1afd54034c545.tar.gz binaryen-69591ded5acab404cba96af7ebc1afd54034c545.tar.bz2 binaryen-69591ded5acab404cba96af7ebc1afd54034c545.zip |
Rename memory-copy-fill-lowering pass (#7082)
Since the resulting code has the same undefined behavior as LLVM, make
the pass name reflect that.
Diffstat (limited to 'test/lit/help/wasm-opt.test')
-rw-r--r-- | test/lit/help/wasm-opt.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index 7d173b084..b30f62150 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -239,6 +239,10 @@ ;; CHECK-NEXT: --limit-segments attempt to merge segments to fit ;; CHECK-NEXT: within web limits ;; CHECK-NEXT: +;; CHECK-NEXT: --llvm-memory-copy-fill-lowering Lower memory.copy and +;; CHECK-NEXT: memory.fill to wasm mvp and +;; CHECK-NEXT: disable the bulk-memory feature. +;; CHECK-NEXT: ;; CHECK-NEXT: --local-cse common subexpression elimination ;; CHECK-NEXT: inside basic blocks ;; CHECK-NEXT: @@ -248,10 +252,6 @@ ;; CHECK-NEXT: --log-execution instrument the build with ;; CHECK-NEXT: logging of where execution goes ;; CHECK-NEXT: -;; CHECK-NEXT: --memory-copy-fill-lowering Lower memory.copy and -;; CHECK-NEXT: memory.fill to wasm mvp and -;; CHECK-NEXT: disable the bulk-memory feature. -;; CHECK-NEXT: ;; CHECK-NEXT: --memory-packing packs memory into separate ;; CHECK-NEXT: segments, skipping zeros ;; CHECK-NEXT: |