llv8 icon indicating copy to clipboard operation
llv8 copied to clipboard

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

Open vivanishin opened this issue 8 years ago • 0 comments

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 avatar Mar 31 '16 12:03 vivanishin