[PATCH] D15197: [WebAssembly] Support constant offsets on loads and stores

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 15:04:41 PST 2015


dschuff added a comment.

Updated to include all loads and stores, and remove the pattern match for now.
I couldn't figure out a way to constrain the match for unsigned immediates with just tablegen yet.


http://reviews.llvm.org/D15197





More information about the llvm-commits mailing list