summaryrefslogtreecommitdiff
path: root/Contributing.md
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2019-10-30 15:55:01 -0700
committerGitHub <noreply@github.com>2019-10-30 15:55:01 -0700
commit2a787cdbe4cfb84801d4f885b155555c864ac006 (patch)
tree67479f485624189c4d2f010074661ccdf66927b7 /Contributing.md
parent74d438ec0e3c51d757e8a0fa0e461824b9e1d161 (diff)
downloadbinaryen-2a787cdbe4cfb84801d4f885b155555c864ac006.tar.gz
binaryen-2a787cdbe4cfb84801d4f885b155555c864ac006.tar.bz2
binaryen-2a787cdbe4cfb84801d4f885b155555c864ac006.zip
Do not precompute SIMDLoad (#2409)
This fixes a crash when programs containing load_splats are optimized.
Diffstat (limited to 'Contributing.md')
-rw-r--r--Contributing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Contributing.md b/Contributing.md
index 3e836eb15..e76ccda85 100644
--- a/Contributing.md
+++ b/Contributing.md
@@ -17,6 +17,7 @@ Use this handy checklist to make sure your new instructions are fully supported:
- [ ] Validation added to src/wasm/wasm-validator.cpp
- [ ] Interpretation added to src/wasm-interpreter.h
- [ ] Effects handled in src/ir/effects.h
+ - [ ] Precomputing handled in src/passes/Precompute.cpp
- [ ] Hashing and comparing in src/ir/ExpressionAnalyzer.cpp
- [ ] Parsing added in scripts/gen-s-parser.py and src/wasm/wasm-s-parser.cpp
- [ ] Printing added in src/passes/Print.cpp