[PATCH] D37603: [WebAssembly] Add sign extend instructions from atomics proposal

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 16:19:34 PDT 2017


dschuff created this revision.
Herald added subscribers: aheejin, sbc100, jfb.

Select them from ISD::SIGN_EXTEND_INREG


https://reviews.llvm.org/D37603

Files:
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyInstrConv.td
  lib/Target/WebAssembly/WebAssemblyInstrInteger.td
  test/CodeGen/WebAssembly/signext-inreg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37603.114280.patch
Type: text/x-patch
Size: 5283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170907/7cc9ff31/attachment.bin>


More information about the llvm-commits mailing list