-
Notifications
You must be signed in to change notification settings - Fork 15.5k
[WebAssembly] Enable nontrapping-fptoint and bulk-memory by default. #112049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c4327c9
8a655be
229888f
d757a4d
6f4d40e
d3e79ec
04b0211
543ee22
a119df5
548564b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ; RUN: llc -filetype=obj %s -o %t.o | ||
| ; RUN: llc -filetype=obj -mattr=-bulk-memory %s -o %t.o | ||
|
||
| ; RUN: wasm-ld -no-gc-sections --no-entry -o %t.wasm %t.o | ||
| ; RUN: obj2yaml %t.wasm | FileCheck %s --check-prefixes=CHECK,NO-BSS | ||
| ; RUN: wasm-ld -no-gc-sections --no-entry --import-memory -o %t.bss.wasm %t.o | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128" | ||
| target triple = "wasm32-unknown-unknown" | ||
|
|
||
| define void @memcpy() { | ||
| define void @memcpy() #0 { | ||
| ret void | ||
| } | ||
|
|
||
| attributes #0 = { "target-features"="-bulk-memory" } |
Uh oh!
There was an error while loading. Please reload this page.