[PATCH] D14295: [WebAssembly] Support wasm select operator
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 14:39:26 PST 2015
dschuff added inline comments.
================
Comment at: test/CodeGen/WebAssembly/select.ll:9
@@ +8,3 @@
+
+;; CHECK-LABEL: select_i32:
+;; CHECK: get_local 1
----------------
sunfish wrote:
> As a minor nit, we only use a single semicolon for CHECK comments in LLVM IR in the other tests.
oops, too many .wast tests in my head.
Done.
http://reviews.llvm.org/D14295
More information about the llvm-commits
mailing list