[PATCH] D75718: [WebAssembly] Fixed FrameBaseLocal not being set.

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 14:35:42 PDT 2020


aardappel added a comment.

The original .ll is 145K, which bugpoint then reduces 119K. Bugpoint is actually able to reduce most function bodies to nothing, but it leaves in all the debug information, and any attempt at reducing it either errors or makes the repro go away. Also, bugpoint makes some identifiers really long (in an attempt to encode its search space?) that would all have to be renamed. I don't see an easy way to make this an acceptable looking test case that we could add as an llvm-lit test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75718/new/

https://reviews.llvm.org/D75718





More information about the llvm-commits mailing list