Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLVM assertion failed on zlib ("Too many memrefs") #13

Open
vivanishin opened this issue Mar 31, 2016 · 0 comments
Open

LLVM assertion failed on zlib ("Too many memrefs") #13

vivanishin opened this issue Mar 31, 2016 · 0 comments
Labels

Comments

@vivanishin
Copy link
Member

Reproduce:

  1. Check out Octane and remove everything except zlib (see #9)
  2. Disable the CHECK from #9.
  3. d8 --llvm-filter=a* --noturbo-asm run.js
llvm/include/llvm/CodeGen/MachineInstr.h:1175: void llvm::MachineInstr::setMemRefs(mmo_iterator, mmo_iterator): Assertion `NumMemRefs == NewMemRefsEnd - NewMemRefs && "Too many memrefs"' failed.
Aborted (core dumped)
@vivanishin vivanishin changed the title LLVM assertion failed LLVM assertion failed on zlib ("Too many memrefs") Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant