-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
upstreamThe issue is with an upstream dependency, e.g. LLVMThe issue is with an upstream dependency, e.g. LLVM
Description
The recent call work has exposed an assertion failure in LLVM:
Assertion failed: ((I.atEnd() || std::next(I) == def_instr_end()) && "getVRegDef assumes a single definition or no definition"), function getVRegDef, file /Users/kfischer/julia/deps/llvm-svn/lib/CodeGen/MachineRegisterInfo.cpp, line 306
Tracking upstream issue http://llvm.org/bugs/show_bug.cgi?id=21557 and patch at http://reviews.llvm.org/D6245. If we want to support 3.5, we'll probably have to backport the patch.
Just filling this issue so people running into it can find it when searching.
Metadata
Metadata
Assignees
Labels
upstreamThe issue is with an upstream dependency, e.g. LLVMThe issue is with an upstream dependency, e.g. LLVM