[PATCH] D34044: [WebAssembly] WebAssemblyFastISel getelementptr variable index support
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 17:09:28 PDT 2017
dschuff added inline comments.
================
Comment at: test/CodeGen/WebAssembly/offset-fastisel.ll:1
+; RUN: llc < %s -asm-verbose=false -disable-wasm-explicit-locals -fast-isel | FileCheck %s
+
----------------
Add `-fast-isel-abort=1`
https://reviews.llvm.org/D34044
More information about the llvm-commits
mailing list