[PATCH] D156691: [PEI][WebAssembly] Switch to backwards frame index elimination

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 07:00:30 PDT 2023


foad created this revision.
Herald added subscribers: pmatos, asb, StephenFan, arphaman, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Backwards frame index elimination uses backwards register scavenging,
which is preferred because it does not rely on accurate kill flags.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156691

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.h
  llvm/test/CodeGen/WebAssembly/i128.ll
  llvm/test/CodeGen/WebAssembly/libcalls.ll
  llvm/test/CodeGen/WebAssembly/multi-return.ll
  llvm/test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll
  llvm/test/CodeGen/WebAssembly/userstack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156691.545638.patch
Type: text/x-patch
Size: 20835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230731/04e31d28/attachment.bin>


More information about the llvm-commits mailing list