Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/passes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ set(passes_SOURCES
Intrinsics.cpp
J2CLItableMerging.cpp
J2CLOpts.cpp
JSPI.cpp
LegalizeJSInterface.cpp
LimitSegments.cpp
LLVMMemoryCopyFillLowering.cpp
Expand Down
264 changes: 0 additions & 264 deletions src/passes/JSPI.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions src/passes/pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ void PassRegistry::registerPasses() {
registerPass("intrinsic-lowering",
"lower away binaryen intrinsics",
createIntrinsicLoweringPass);
registerPass("jspi",
"wrap imports and exports for JavaScript promise integration",
createJSPIPass);
registerPass("legalize-js-interface",
"legalizes i64 types on the import/export boundary",
createLegalizeJSInterfacePass);
Expand Down
1 change: 0 additions & 1 deletion src/passes/passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Pass* createInlineMainPass();
Pass* createInliningPass();
Pass* createInliningOptimizingPass();
Pass* createJ2CLItableMergingPass();
Pass* createJSPIPass();
Pass* createJ2CLOptsPass();
Pass* createLegalizeAndPruneJSInterfacePass();
Pass* createLegalizeJSInterfacePass();
Expand Down
3 changes: 0 additions & 3 deletions test/lit/help/wasm-metadce.test
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --intrinsic-lowering lower away binaryen intrinsics
;; CHECK-NEXT:
;; CHECK-NEXT: --jspi wrap imports and exports for
;; CHECK-NEXT: JavaScript promise integration
;; CHECK-NEXT:
;; CHECK-NEXT: --legalize-and-prune-js-interface legalizes the import/export
;; CHECK-NEXT: boundary and prunes when needed
;; CHECK-NEXT:
Expand Down
3 changes: 0 additions & 3 deletions test/lit/help/wasm-opt.test
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --intrinsic-lowering lower away binaryen intrinsics
;; CHECK-NEXT:
;; CHECK-NEXT: --jspi wrap imports and exports for
;; CHECK-NEXT: JavaScript promise integration
;; CHECK-NEXT:
;; CHECK-NEXT: --legalize-and-prune-js-interface legalizes the import/export
;; CHECK-NEXT: boundary and prunes when needed
;; CHECK-NEXT:
Expand Down
3 changes: 0 additions & 3 deletions test/lit/help/wasm2js.test
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@
;; CHECK-NEXT:
;; CHECK-NEXT: --intrinsic-lowering lower away binaryen intrinsics
;; CHECK-NEXT:
;; CHECK-NEXT: --jspi wrap imports and exports for
;; CHECK-NEXT: JavaScript promise integration
;; CHECK-NEXT:
;; CHECK-NEXT: --legalize-and-prune-js-interface legalizes the import/export
;; CHECK-NEXT: boundary and prunes when needed
;; CHECK-NEXT:
Expand Down
71 changes: 0 additions & 71 deletions test/lit/passes/jspi-args.wast

This file was deleted.

Loading
Loading