[PATCH] D15252: [WebAssembly] Fix scheduling dependencies in register-stackified code

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 16:41:16 PST 2015


sunfish created this revision.
sunfish added a subscriber: llvm-commits.
sunfish set the repository for this revision to rL LLVM.
Herald added subscribers: dschuff, jfb.

Add physical register defs to instructions used from stackified instructions to prevent them from being scheduled into the middle of a stack sequence. This is a conservative measure which may be loosened in the future.

Repository:
  rL LLVM

http://reviews.llvm.org/D15252

Files:
  lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  test/CodeGen/WebAssembly/load-store-i1.ll
  test/CodeGen/WebAssembly/reg-stackify.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15252.41961.patch
Type: text/x-patch
Size: 5770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151205/62837b75/attachment.bin>


More information about the llvm-commits mailing list