[LLVMbugs] [Bug 11827] cast in LLVM-3.0 typename cast_retty<Instruction, Value *>::ret_type llvm::cast(llvm::Value *const &):
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jan 22 03:13:45 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11827
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |asl at math.spbu.ru
Resolution| |INVALID
--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> 2012-01-22 05:13:45 CST ---
Looks like the bug of the custom pass ("Flattening control flow"). From ML it's
clear that it's doing something like cast<uint64_t>(Val), where Val is just
'unsigned'.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list