[PATCH] D15538: [WebAssembly] Implement instruction selection for constant offsets in addresses.

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 13:21:32 PST 2015


dschuff accepted this revision.
dschuff added a reviewer: dschuff.
This revision is now accepted and ready to land.

================
Comment at: test/CodeGen/WebAssembly/offset.ll:1
@@ +1,2 @@
+; RUN: llc < %s -asm-verbose=false | FileCheck %s
+
----------------
I guess we don't need complete coverage of every new case in the tbglen (or do we?) but we should probably also have at least one or two of extload , zextload, sextload, truncstore too.


Repository:
  rL LLVM

http://reviews.llvm.org/D15538





More information about the llvm-commits mailing list