[LLVMbugs] [Bug 1443] NEW: Should propagate nothrow attribute to LLVM IR
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed May 23 03:00:52 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1443
Summary: Should propagate nothrow attribute to LLVM IR
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
When exceptions are enabled any call should be thought as "could throw".
However, FE knows, that some call couldn't throw. This information should be
propagated to LLVM IR. This moderately reduces size of generated code.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list