[LLVMbugs] [Bug 19627] New: Every use of AliasedSymbol is likely bug
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu May 1 12:07:57 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19627
Bug ID: 19627
Summary: Every use of AliasedSymbol is likely bug
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
AliasedSymbol is an approximation on what should actually happen in all uses I
have seen so far. Examples of cases it misses:
* Handling "a = b" but not "a = b + 1"
* Propagating information when it should not.
* Missing data about 'b' in:
b = a
c = b
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140501/a00490fb/attachment.html>
More information about the llvm-bugs
mailing list