[PATCH] D55956: [WebAssembly] Fix invalid machine instrs in -O0, verify in tests
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 20 14:51:47 PST 2018
tlively marked an inline comment as done.
tlively added inline comments.
================
Comment at: test/CodeGen/WebAssembly/simd-noopt.ll:9
+
+define i64 @foo(<2 x i64> %vec) #0 {
+entry:
----------------
aheejin wrote:
> No check lines?
I'm mostly just interested in this not crashing, but would be happy to add some if you think it would be better.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55956/new/
https://reviews.llvm.org/D55956
More information about the llvm-commits
mailing list