[PATCH] D52959: [WebAssembly] Handle V128 register class in explicit locals pass
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 08:10:02 PDT 2018
aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/CodeGen/WebAssembly/simd-arith.ll:8
+; check that a non-test run at least finishes
+; RUN: llc < %s -O0 -wasm-enable-unimplemented-simd -mattr=+simd128,+sign-ext
----------------
Maybe elaborate in the comment that these commands do not have `-wasm-disable-explicit-locals`
Repository:
rL LLVM
https://reviews.llvm.org/D52959
More information about the llvm-commits
mailing list