[LLVMbugs] [Bug 13186] New: Verify value types for atomic load/store
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jun 23 05:40:08 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13186
Bug #: 13186
Summary: Verify value types for atomic load/store
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: code at klickverbot.at
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Currently, codegen can only handle integer types wider than 8 bit. This is in
the IR specification as well, but has not been enforced, leading to various
assertions being triggered for code that passed the verifier.
Also see #11786.
--
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